#215A4E

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

Shades of Evening Sea #215A4E

Tints of Evening Sea #215A4E

Color information

#215A4E (or 0x215A4E) is unknown color: approx Evening Sea. HEX triplet: 21, 5A and 4E. RGB value is (33,90,78). Sum of RGB (Red+Green+Blue) = 33+90+78=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #215A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A4E is #DEA5B1. Grayscale: #474747. Windows color (decimal): -14591410 or 5134881. OLE color: 5134881.

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

Color convert

RGB339078-
CMYK0.6300.130.65
HSL167.37º46.34%24.12%-
HSV(B)167.37º63.33%35.29%-
XYZ5.668.198.49-
YUV71.59131.62100.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 90 (35.55% from 255) = 44.78%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=16.42%
G=44.78%
B=38.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3390780.6300.130.65167.3746.3424.12
Hex215A4E3F0D41a72e18
Octal41132116770151012475630
Binary100001101101010011101111110110110000011010011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,90,78); }

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

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

 a { background-color: rgb(33,90,78); }

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

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

 span { border-color: rgb(33,90,78); }

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