#216176

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

Shades of Orient #216176

Tints of Orient #216176

Color information

#216176 (or 0x216176) is unknown color: approx Orient. HEX triplet: 21, 61 and 76. RGB value is (33,97,118). Sum of RGB (Red+Green+Blue) = 33+97+118=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #216176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216176 is #DE9E89. Grayscale: #505050. Windows color (decimal): -14589578 or 7758113. OLE color: 7758113.

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

Color convert

RGB3397118-
CMYK0.720.1800.54
HSL194.82º56.29%29.61%-
HSV(B)194.82º72.03%46.27%-
XYZ8.1710.1818.67-
YUV80.26149.394.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.31%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=13.31%
G=39.11%
B=47.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33971180.720.1800.54194.8256.2929.61
Hex2161764812036c3381e
Octal41141166110220663037036
Binary1000011100001111011010010001001001101101100001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216176; }

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

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

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

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

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

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

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

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