#215B78

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

Shades of Orient #215B78

Tints of Orient #215B78

Color information

#215B78 (or 0x215B78) is unknown color: approx Orient. HEX triplet: 21, 5B and 78. RGB value is (33,91,120). Sum of RGB (Red+Green+Blue) = 33+91+120=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #215B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B78 is #DEA487. Grayscale: #4C4C4C. Windows color (decimal): -14591112 or 7887649. OLE color: 7887649.

HSL color Cylindrical-coordinate representation of color #215B78: hue angle of 200º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #215B78 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3391120-
CMYK0.720.2400.53
HSL200º56.86%30%-
HSV(B)200º72.5%47.06%-
XYZ7.769.1619.13-
YUV76.96152.2896.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 91 (35.94% from 255) = 37.30%
BLUE value IS 120 (47.27% from 255) = 49.18%
R=13.52%
G=37.30%
B=49.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33911200.720.2400.5320056.8630
Hex215B784818035c8391e
Octal41133170110300653107136
Binary1000011011011111100010010001100001101011100100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215B78; }

 p { color: rgb(33,91,120); }

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

<style>
 a { background-color: #215B78; }

 a { background-color: rgb(33,91,120); }

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

<style>
 span { border-color: #215B78; }

 span { border-color: rgb(33,91,120); }

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