#245F4E

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

Shades of Evening Sea #245F4E

Tints of Evening Sea #245F4E

Color information

#245F4E (or 0x245F4E) is unknown color: approx Evening Sea. HEX triplet: 24, 5F and 4E. RGB value is (36,95,78). Sum of RGB (Red+Green+Blue) = 36+95+78=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #245F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F4E is #DBA0B1. Grayscale: #4B4B4B. Windows color (decimal): -14393522 or 5136164. OLE color: 5136164.

HSL color Cylindrical-coordinate representation of color #245F4E: hue angle of 162.71º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245F4E is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB369578-
CMYK0.6200.180.63
HSL162.71º45.04%25.69%-
HSV(B)162.71º62.11%37.25%-
XYZ6.199.118.64-
YUV75.42129.4599.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.22%
GREEN value IS 95 (37.5% from 255) = 45.45%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=17.22%
G=45.45%
B=37.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3695780.6200.180.63162.7145.0425.69
Hex245F4E3E0123Fa32d1a
Octal4413711676022772435532
Binary100100101111110011101111100100101111111010001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,95,78); }

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

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

 a { background-color: rgb(36,95,78); }

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

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

 span { border-color: rgb(36,95,78); }

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