#217869

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

Shades of Deep Sea #217869

Tints of Deep Sea #217869

Color information

#217869 (or 0x217869) is unknown color: approx Deep Sea. HEX triplet: 21, 78 and 69. RGB value is (33,120,105). Sum of RGB (Red+Green+Blue) = 33+120+105=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #217869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217869 is #DE8796. Grayscale: #5C5C5C. Windows color (decimal): -14583703 or 6912033. OLE color: 6912033.

HSL color Cylindrical-coordinate representation of color #217869: hue angle of 169.66º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217869 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB33120105-
CMYK0.7200.130.53
HSL169.66º56.86%30%-
HSV(B)169.66º72.5%47.06%-
XYZ9.8914.7815.7-
YUV92.28135.1885.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.79%
GREEN value IS 120 (47.27% from 255) = 46.51%
BLUE value IS 105 (41.41% from 255) = 40.70%
R=12.79%
G=46.51%
B=40.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331201050.7200.130.53169.6656.8630
Hex217869480D35aa391e
Octal41170151110015652527136
Binary100001111100011010011001000011011101011010101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217869; }

 p { color: rgb(33,120,105); }

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

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

 a { background-color: rgb(33,120,105); }

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

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

 span { border-color: rgb(33,120,105); }

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