#2A564A

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

Shades of Evening Sea #2A564A

Tints of Evening Sea #2A564A

Color information

#2A564A (or 0x2A564A) is unknown color: approx Evening Sea. HEX triplet: 2A, 56 and 4A. RGB value is (42,86,74). Sum of RGB (Red+Green+Blue) = 42+86+74=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 86 - color contains mainly: green. Hex color #2A564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A564A is #D5A9B5. Grayscale: #474747. Windows color (decimal): -14002614 or 4871722. OLE color: 4871722.

HSL color Cylindrical-coordinate representation of color #2A564A: hue angle of 163.64º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A564A is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB428674-
CMYK0.5100.140.66
HSL163.64º34.38%25.1%-
HSV(B)163.64º51.16%33.73%-
XYZ5.527.647.66-
YUV71.48129.42106.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.79%
GREEN value IS 86 (33.98% from 255) = 42.57%
BLUE value IS 74 (29.30% from 255) = 36.63%
R=20.79%
G=42.57%
B=36.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4286740.5100.140.66163.6434.3825.1
Hex2A564A330E42a42219
Octal52126112630161022444231
Binary101010101011010010101100110111010000101010010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,86,74); }

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

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

 a { background-color: rgb(42,86,74); }

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

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

 span { border-color: rgb(42,86,74); }

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