#245A4D

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

Shades of Evening Sea #245A4D

Tints of Evening Sea #245A4D

Color information

#245A4D (or 0x245A4D) is unknown color: approx Evening Sea. HEX triplet: 24, 5A and 4D. RGB value is (36,90,77). Sum of RGB (Red+Green+Blue) = 36+90+77=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #245A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A4D is #DBA5B2. Grayscale: #484848. Windows color (decimal): -14394803 or 5069348. OLE color: 5069348.

HSL color Cylindrical-coordinate representation of color #245A4D: hue angle of 165.56º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245A4D is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB369077-
CMYK0.6000.140.65
HSL165.56º42.86%24.71%-
HSV(B)165.56º60%35.29%-
XYZ5.728.228.31-
YUV72.37130.61102.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.73%
GREEN value IS 90 (35.55% from 255) = 44.33%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=17.73%
G=44.33%
B=37.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3690770.6000.140.65165.5642.8624.71
Hex245A4D3C0E41a62b19
Octal44132115740161012465331
Binary100100101101010011011111000111010000011010011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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