#215449

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

Shades of Evening Sea #215449

Tints of Evening Sea #215449

Color information

#215449 (or 0x215449) is unknown color: approx Evening Sea. HEX triplet: 21, 54 and 49. RGB value is (33,84,73). Sum of RGB (Red+Green+Blue) = 33+84+73=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #215449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215449 is #DEABB6. Grayscale: #434343. Windows color (decimal): -14592951 or 4805665. OLE color: 4805665.

HSL color Cylindrical-coordinate representation of color #215449: hue angle of 167.06º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215449 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB338473-
CMYK0.6100.130.67
HSL167.06º43.59%22.94%-
HSV(B)167.06º60.71%32.94%-
XYZ57.157.42-
YUV67.5131.1103.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 73 (28.91% from 255) = 38.42%
R=17.37%
G=44.21%
B=38.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3384730.6100.130.67167.0643.5922.94
Hex2154493D0D43a72c17
Octal41124111750151032475427
Binary100001101010010010011111010110110000111010011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215449; }

 p { color: rgb(33,84,73); }

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

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

 a { background-color: rgb(33,84,73); }

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

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

 span { border-color: rgb(33,84,73); }

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