#225D78

Color #225D78 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #225D78

Tints of Orient #225D78

Color information

#225D78 (or 0x225D78) is unknown color: approx Orient. HEX triplet: 22, 5D and 78. RGB value is (34,93,120). Sum of RGB (Red+Green+Blue) = 34+93+120=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #225D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D78 is #DDA287. Grayscale: #4E4E4E. Windows color (decimal): -14525064 or 7888162. OLE color: 7888162.

HSL color Cylindrical-coordinate representation of color #225D78: hue angle of 198.84º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #225D78 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3493120-
CMYK0.720.2200.53
HSL198.84º55.84%30.2%-
HSV(B)198.84º71.67%47.06%-
XYZ7.969.5219.19-
YUV78.44151.4596.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 13.77%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 120 (47.27% from 255) = 48.58%
R=13.77%
G=37.65%
B=48.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34931200.720.2200.53198.8455.8430.2
Hex225D784816035c7381e
Octal42135170110260653077036
Binary1000101011101111100010010001011001101011100011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225D78; }

 p { color: rgb(34,93,120); }

 H1.HeaderClassName
 {
   color: #225D78;
 }
 .AnyTagClassName
 {
   color: #225D78;
 }
</style>
background-color css

<style>
 a { background-color: #225D78; }

 a { background-color: rgb(34,93,120); }

 div.DivClassName
 {
   background-color: #225D78;
 }
 .BgClassName
 {
   background-color: #225D78;
 }
</style>
border-color css

<style>
 span { border-color: #225D78; }

 span { border-color: rgb(34,93,120); }

 td.TdClassName
 {
   border-color: #225D78;
 }
 .TagClassName
 {
   border-color: #225D78;
 }
</style>