#225C78

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

Shades of Orient #225C78

Tints of Orient #225C78

Color information

#225C78 (or 0x225C78) is unknown color: approx Orient. HEX triplet: 22, 5C and 78. RGB value is (34,92,120). Sum of RGB (Red+Green+Blue) = 34+92+120=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #225C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225C78 is #DDA387. Grayscale: #4D4D4D. Windows color (decimal): -14525320 or 7887906. OLE color: 7887906.

HSL color Cylindrical-coordinate representation of color #225C78: hue angle of 199.53º 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 #225C78 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3492120-
CMYK0.720.2300.53
HSL199.53º55.84%30.2%-
HSV(B)199.53º71.67%47.06%-
XYZ7.889.3519.16-
YUV77.85151.7896.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.82%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=13.82%
G=37.40%
B=48.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34921200.720.2300.53199.5355.8430.2
Hex225C784817035c8381e
Octal42134170110270653107036
Binary1000101011100111100010010001011101101011100100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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