#215476

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

Shades of Orient #215476

Tints of Orient #215476

Color information

#215476 (or 0x215476) is unknown color: approx Orient. HEX triplet: 21, 54 and 76. RGB value is (33,84,118). Sum of RGB (Red+Green+Blue) = 33+84+118=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #215476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215476 is #DEAB89. Grayscale: #484848. Windows color (decimal): -14592906 or 7754785. OLE color: 7754785.

HSL color Cylindrical-coordinate representation of color #215476: hue angle of 204º 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 #215476 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3384118-
CMYK0.720.2900.54
HSL204º56.29%29.61%-
HSV(B)204º72.03%46.27%-
XYZ7.077.9718.31-
YUV72.63153.699.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=14.04%
G=35.74%
B=50.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33841180.720.2900.5420456.2929.61
Hex215476481D036cc381e
Octal41124166110350663147036
Binary1000011010100111011010010001110101101101100110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215476; }

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

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

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

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

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

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

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

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