#1D604E

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

Shades of Evening Sea #1D604E

Tints of Evening Sea #1D604E

Color information

#1D604E (or 0x1D604E) is unknown color: approx Evening Sea. HEX triplet: 1D, 60 and 4E. RGB value is (29,96,78). Sum of RGB (Red+Green+Blue) = 29+96+78=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #1D604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D604E is #E29FB1. Grayscale: #494949. Windows color (decimal): -14852018 or 5136413. OLE color: 5136413.

HSL color Cylindrical-coordinate representation of color #1D604E: hue angle of 163.88º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D604E is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB299678-
CMYK0.7000.190.62
HSL163.88º53.6%24.51%-
HSV(B)163.88º69.79%37.65%-
XYZ6.069.188.66-
YUV73.91130.395.96-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.29%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=14.29%
G=47.29%
B=38.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996780.7000.190.62163.8853.624.51
Hex1D604E460133Ea43619
Octal35140116106023762446631
Binary111011100000100111010001100100111111101010010011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D604E; }

 p { color: rgb(29,96,78); }

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

<style>
 a { background-color: #1D604E; }

 a { background-color: rgb(29,96,78); }

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

<style>
 span { border-color: #1D604E; }

 span { border-color: rgb(29,96,78); }

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