#2A664E

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

Shades of Evening Sea #2A664E

Tints of Evening Sea #2A664E

Color information

#2A664E (or 0x2A664E) is unknown color: approx Evening Sea. HEX triplet: 2A, 66 and 4E. RGB value is (42,102,78). Sum of RGB (Red+Green+Blue) = 42+102+78=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #2A664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A664E is #D599B1. Grayscale: #515151. Windows color (decimal): -13998514 or 5137962. OLE color: 5137962.

HSL color Cylindrical-coordinate representation of color #2A664E: hue angle of 156º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A664E is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB4210278-
CMYK0.5900.240.6
HSL156º41.67%28.24%-
HSV(B)156º58.82%40%-
XYZ7.0810.558.87-
YUV81.32126.1299.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 102 (40.23% from 255) = 45.95%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=18.92%
G=45.95%
B=35.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal42102780.5900.240.615641.6728.24
Hex2A664E3B0183C9c2a1c
Octal5214611673030742345234
Binary101010110011010011101110110110001111001001110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A664E; }

 p { color: rgb(42,102,78); }

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

<style>
 a { background-color: #2A664E; }

 a { background-color: rgb(42,102,78); }

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

<style>
 span { border-color: #2A664E; }

 span { border-color: rgb(42,102,78); }

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