#215E78

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

Shades of Orient #215E78

Tints of Orient #215E78

Color information

#215E78 (or 0x215E78) is unknown color: approx Orient. HEX triplet: 21, 5E and 78. RGB value is (33,94,120). Sum of RGB (Red+Green+Blue) = 33+94+120=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 94 (37.11% from 255 or 38.06% 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 #215E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E78 is #DEA187. Grayscale: #4E4E4E. Windows color (decimal): -14590344 or 7888417. OLE color: 7888417.

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

Color convert

RGB3394120-
CMYK0.720.2200.53
HSL197.93º56.86%30%-
HSV(B)197.93º72.5%47.06%-
XYZ8.029.6819.22-
YUV78.72151.2995.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 94 (37.11% from 255) = 38.06%
BLUE value IS 120 (47.27% from 255) = 48.58%
R=13.36%
G=38.06%
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
Decimal33941200.720.2200.53197.9356.8630
Hex215E784816035c6391e
Octal41136170110260653067136
Binary1000011011110111100010010001011001101011100011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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