#215C78

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

Shades of Orient #215C78

Tints of Orient #215C78

Color information

#215C78 (or 0x215C78) is unknown color: approx Orient. HEX triplet: 21, 5C and 78. RGB value is (33,92,120). Sum of RGB (Red+Green+Blue) = 33+92+120=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #215C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C78 is #DEA387. Grayscale: #4D4D4D. Windows color (decimal): -14590856 or 7887905. OLE color: 7887905.

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

Color convert

RGB3392120-
CMYK0.720.2300.53
HSL199.31º56.86%30%-
HSV(B)199.31º72.5%47.06%-
XYZ7.849.3319.16-
YUV77.55151.9596.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.47%
GREEN value IS 92 (36.33% from 255) = 37.55%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=13.47%
G=37.55%
B=48.98%

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
Decimal33921200.720.2300.53199.3156.8630
Hex215C784817035c7391e
Octal41134170110270653077136
Binary1000011011100111100010010001011101101011100011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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