#205A4D

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

Shades of Evening Sea #205A4D

Tints of Evening Sea #205A4D

Color information

#205A4D (or 0x205A4D) is unknown color: approx Evening Sea. HEX triplet: 20, 5A and 4D. RGB value is (32,90,77). Sum of RGB (Red+Green+Blue) = 32+90+77=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #205A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A4D is #DFA5B2. Grayscale: #474747. Windows color (decimal): -14656947 or 5069344. OLE color: 5069344.

HSL color Cylindrical-coordinate representation of color #205A4D: hue angle of 166.55º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A4D is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB329077-
CMYK0.6400.140.65
HSL166.55º47.54%23.92%-
HSV(B)166.55º64.44%35.29%-
XYZ5.598.168.3-
YUV71.18131.28100.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 90 (35.55% from 255) = 45.23%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=16.08%
G=45.23%
B=38.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3290770.6400.140.65166.5547.5423.92
Hex205A4D400E41a73018
Octal401321151000161012476030
Binary1000001011010100110110000000111010000011010011111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205A4D; }

 p { color: rgb(32,90,77); }

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

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

 a { background-color: rgb(32,90,77); }

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

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

 span { border-color: rgb(32,90,77); }

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