#217568

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

Shades of Deep Sea #217568

Tints of Deep Sea #217568

Color information

#217568 (or 0x217568) is unknown color: approx Deep Sea. HEX triplet: 21, 75 and 68. RGB value is (33,117,104). Sum of RGB (Red+Green+Blue) = 33+117+104=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #217568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217568 is #DE8A97. Grayscale: #5A5A5A. Windows color (decimal): -14584472 or 6845729. OLE color: 6845729.

HSL color Cylindrical-coordinate representation of color #217568: hue angle of 170.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217568 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB33117104-
CMYK0.7200.110.54
HSL170.71º56%29.41%-
HSV(B)170.71º71.79%45.88%-
XYZ9.4914.0515.31-
YUV90.4135.6787.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.99%
GREEN value IS 117 (46.09% from 255) = 46.06%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=12.99%
G=46.06%
B=40.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331171040.7200.110.54170.715629.41
Hex217568480B36ab381d
Octal41165150110013662537035
Binary100001111010111010001001000010111101101010101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217568; }

 p { color: rgb(33,117,104); }

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

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

 a { background-color: rgb(33,117,104); }

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

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

 span { border-color: rgb(33,117,104); }

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