#215676

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

Shades of Orient #215676

Tints of Orient #215676

Color information

#215676 (or 0x215676) is unknown color: approx Orient. HEX triplet: 21, 56 and 76. RGB value is (33,86,118). Sum of RGB (Red+Green+Blue) = 33+86+118=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #215676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215676 is #DEA989. Grayscale: #494949. Windows color (decimal): -14592394 or 7755297. OLE color: 7755297.

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

Color convert

RGB3386118-
CMYK0.720.2700.54
HSL202.59º56.29%29.61%-
HSV(B)202.59º72.03%46.27%-
XYZ7.238.2918.36-
YUV73.8152.9498.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.92%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=13.92%
G=36.29%
B=49.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33861180.720.2700.54202.5956.2929.61
Hex215676481B036cb381e
Octal41126166110330663137036
Binary1000011010110111011010010001101101101101100101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215676; }

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

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

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

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

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

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

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

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