#215D78

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

Shades of Orient #215D78

Tints of Orient #215D78

Color information

#215D78 (or 0x215D78) is unknown color: approx Orient. HEX triplet: 21, 5D and 78. RGB value is (33,93,120). Sum of RGB (Red+Green+Blue) = 33+93+120=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 93 (36.72% from 255 or 37.80% 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 #215D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D78 is #DEA287. Grayscale: #4D4D4D. Windows color (decimal): -14590600 or 7888161. OLE color: 7888161.

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

Color convert

RGB3393120-
CMYK0.720.2200.53
HSL198.62º56.86%30%-
HSV(B)198.62º72.5%47.06%-
XYZ7.939.5119.19-
YUV78.14151.6295.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=13.41%
G=37.80%
B=48.78%

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
Decimal33931200.720.2200.53198.6256.8630
Hex215D784816035c7391e
Octal41135170110260653077136
Binary1000011011101111100010010001011001101011100011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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