#21745E

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

Shades of Deep Sea #21745E

Tints of Deep Sea #21745E

Color information

#21745E (or 0x21745E) is unknown color: approx Deep Sea. HEX triplet: 21, 74 and 5E. RGB value is (33,116,94). Sum of RGB (Red+Green+Blue) = 33+116+94=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #21745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21745E is #DE8BA1. Grayscale: #585858. Windows color (decimal): -14584738 or 6190113. OLE color: 6190113.

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

Color convert

RGB3311694-
CMYK0.7200.190.55
HSL164.1º55.7%29.22%-
HSV(B)164.1º71.55%45.49%-
XYZ8.8913.6212.75-
YUV88.6813188.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.58%
GREEN value IS 116 (45.70% from 255) = 47.74%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=13.58%
G=47.74%
B=38.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33116940.7200.190.55164.155.729.22
Hex21745E4801337a4381d
Octal41164136110023672447035
Binary1000011110100101111010010000100111101111010010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21745E; }

 p { color: rgb(33,116,94); }

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

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

 a { background-color: rgb(33,116,94); }

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

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

 span { border-color: rgb(33,116,94); }

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