#215576

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

Shades of Orient #215576

Tints of Orient #215576

Color information

#215576 (or 0x215576) is unknown color: approx Orient. HEX triplet: 21, 55 and 76. RGB value is (33,85,118). Sum of RGB (Red+Green+Blue) = 33+85+118=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #215576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215576 is #DEAA89. Grayscale: #494949. Windows color (decimal): -14592650 or 7755041. OLE color: 7755041.

HSL color Cylindrical-coordinate representation of color #215576: hue angle of 203.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #215576 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3385118-
CMYK0.720.2800.54
HSL203.29º56.29%29.61%-
HSV(B)203.29º72.03%46.27%-
XYZ7.158.1318.33-
YUV73.21153.2799.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.98%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 118 (46.48% from 255) = 50%
R=13.98%
G=36.02%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33851180.720.2800.54203.2956.2929.61
Hex215576481C036cb381e
Octal41125166110340663137036
Binary1000011010101111011010010001110001101101100101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215576; }

 p { color: rgb(33,85,118); }

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

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

 a { background-color: rgb(33,85,118); }

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

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

 span { border-color: rgb(33,85,118); }

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