#215E4F

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

Shades of Evening Sea #215E4F

Tints of Evening Sea #215E4F

Color information

#215E4F (or 0x215E4F) is unknown color: approx Evening Sea. HEX triplet: 21, 5E and 4F. RGB value is (33,94,79). Sum of RGB (Red+Green+Blue) = 33+94+79=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 94 - color contains mainly: green. Hex color #215E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E4F is #DEA1B0. Grayscale: #4A4A4A. Windows color (decimal): -14590385 or 5201441. OLE color: 5201441.

HSL color Cylindrical-coordinate representation of color #215E4F: hue angle of 165.25º 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 #215E4F is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB339479-
CMYK0.6500.160.63
HSL165.25º48.03%24.9%-
HSV(B)165.25º64.89%36.86%-
XYZ6.048.898.8-
YUV74.05130.7998.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 94 (37.11% from 255) = 45.63%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=16.02%
G=45.63%
B=38.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3394790.6500.160.63165.2548.0324.9
Hex215E4F410103Fa53019
Octal41136117101020772456031
Binary1000011011110100111110000010100001111111010010111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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