#215949

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

Shades of Evening Sea #215949

Tints of Evening Sea #215949

Color information

#215949 (or 0x215949) is unknown color: approx Evening Sea. HEX triplet: 21, 59 and 49. RGB value is (33,89,73). Sum of RGB (Red+Green+Blue) = 33+89+73=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #215949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215949 is #DEA6B6. Grayscale: #464646. Windows color (decimal): -14591671 or 4806945. OLE color: 4806945.

HSL color Cylindrical-coordinate representation of color #215949: hue angle of 162.86º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215949 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB338973-
CMYK0.6300.180.65
HSL162.86º45.9%23.92%-
HSV(B)162.86º62.92%34.9%-
XYZ5.47.957.55-
YUV70.43129.45101.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 89 (35.16% from 255) = 45.64%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=16.92%
G=45.64%
B=37.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3389730.6300.180.65162.8645.923.92
Hex2159493F01241a32e18
Octal41131111770221012435630
Binary1000011011001100100111111101001010000011010001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215949; }

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

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

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

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

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

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

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

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