#21735D

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

Shades of Deep Sea #21735D

Tints of Deep Sea #21735D

Color information

#21735D (or 0x21735D) is unknown color: approx Deep Sea. HEX triplet: 21, 73 and 5D. RGB value is (33,115,93). Sum of RGB (Red+Green+Blue) = 33+115+93=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #21735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21735D is #DE8CA2. Grayscale: #575757. Windows color (decimal): -14584995 or 6124321. OLE color: 6124321.

HSL color Cylindrical-coordinate representation of color #21735D: hue angle of 163.9º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21735D is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB3311593-
CMYK0.7100.190.55
HSL163.9º55.41%29.02%-
HSV(B)163.9º71.3%45.1%-
XYZ8.7313.3812.48-
YUV87.97130.8388.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 115 (45.31% from 255) = 47.72%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=13.69%
G=47.72%
B=38.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33115930.7100.190.55163.955.4129.02
Hex21735D4701337a4371d
Octal41163135107023672446735
Binary1000011110011101110110001110100111101111010010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21735D; }

 p { color: rgb(33,115,93); }

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

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

 a { background-color: rgb(33,115,93); }

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

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

 span { border-color: rgb(33,115,93); }

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