#1E634F

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

Shades of Evening Sea #1E634F

Tints of Evening Sea #1E634F

Color information

#1E634F (or 0x1E634F) is unknown color: approx Evening Sea. HEX triplet: 1E, 63 and 4F. RGB value is (30,99,79). Sum of RGB (Red+Green+Blue) = 30+99+79=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 99 - color contains mainly: green. Hex color #1E634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E634F is #E19CB0. Grayscale: #4C4C4C. Windows color (decimal): -14785713 or 5202718. OLE color: 5202718.

HSL color Cylindrical-coordinate representation of color #1E634F: hue angle of 162.61º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E634F is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB309979-
CMYK0.7000.200.61
HSL162.61º53.49%25.29%-
HSV(B)162.61º69.7%38.82%-
XYZ6.419.768.94-
YUV76.09129.6495.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.42%
GREEN value IS 99 (39.06% from 255) = 47.60%
BLUE value IS 79 (31.25% from 255) = 37.98%
R=14.42%
G=47.60%
B=37.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3099790.7000.200.61162.6153.4925.29
Hex1E634F460143Da33519
Octal36143117106024752436531
Binary111101100011100111110001100101001111011010001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,99,79); }

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

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

 a { background-color: rgb(30,99,79); }

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

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

 span { border-color: rgb(30,99,79); }

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