#215A4A

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

Shades of Evening Sea #215A4A

Tints of Evening Sea #215A4A

Color information

#215A4A (or 0x215A4A) is unknown color: approx Evening Sea. HEX triplet: 21, 5A and 4A. RGB value is (33,90,74). Sum of RGB (Red+Green+Blue) = 33+90+74=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #215A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215A4A is #DEA5B5. Grayscale: #474747. Windows color (decimal): -14591414 or 4872737. OLE color: 4872737.

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

Color convert

RGB339074-
CMYK0.6300.180.65
HSL163.16º46.34%24.12%-
HSV(B)163.16º63.33%35.29%-
XYZ5.528.137.76-
YUV71.13129.62100.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.75%
GREEN value IS 90 (35.55% from 255) = 45.69%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=16.75%
G=45.69%
B=37.56%

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
Decimal3390740.6300.180.65163.1646.3424.12
Hex215A4A3F01241a32e18
Octal41132112770221012435630
Binary1000011011010100101011111101001010000011010001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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