#217664

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

Shades of Deep Sea #217664

Tints of Deep Sea #217664

Color information

#217664 (or 0x217664) is unknown color: approx Deep Sea. HEX triplet: 21, 76 and 64. RGB value is (33,118,100). Sum of RGB (Red+Green+Blue) = 33+118+100=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #217664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217664 is #DE899B. Grayscale: #5A5A5A. Windows color (decimal): -14584220 or 6583841. OLE color: 6583841.

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

Color convert

RGB33118100-
CMYK0.7200.150.54
HSL167.29º56.29%29.61%-
HSV(B)167.29º72.03%46.27%-
XYZ9.4114.214.3-
YUV90.53133.3486.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 100 (39.45% from 255) = 39.84%
R=13.15%
G=47.01%
B=39.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331181000.7200.150.54167.2956.2929.61
Hex217664480F36a7381e
Octal41166144110017662477036
Binary100001111011011001001001000011111101101010011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217664; }

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

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

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

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

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

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

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

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