#215E4C

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

Shades of Evening Sea #215E4C

Tints of Evening Sea #215E4C

Color information

#215E4C (or 0x215E4C) is unknown color: approx Evening Sea. HEX triplet: 21, 5E and 4C. RGB value is (33,94,76). Sum of RGB (Red+Green+Blue) = 33+94+76=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 94 - color contains mainly: green. Hex color #215E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215E4C is #DEA1B3. Grayscale: #494949. Windows color (decimal): -14590388 or 5004833. OLE color: 5004833.

HSL color Cylindrical-coordinate representation of color #215E4C: hue angle of 162.3º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215E4C is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB339476-
CMYK0.6500.190.63
HSL162.3º48.03%24.9%-
HSV(B)162.3º64.89%36.86%-
XYZ5.938.858.23-
YUV73.71129.2998.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 94 (37.11% from 255) = 46.31%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=16.26%
G=46.31%
B=37.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3394760.6500.190.63162.348.0324.9
Hex215E4C410133Fa23019
Octal41136114101023772426031
Binary1000011011110100110010000010100111111111010001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215E4C; }

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

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

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

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

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

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

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

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