#2A634D

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

Shades of Evening Sea #2A634D

Tints of Evening Sea #2A634D

Color information

#2A634D (or 0x2A634D) is unknown color: approx Evening Sea. HEX triplet: 2A, 63 and 4D. RGB value is (42,99,77). Sum of RGB (Red+Green+Blue) = 42+99+77=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #2A634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A634D is #D59CB2. Grayscale: #4F4F4F. Windows color (decimal): -13999283 or 5071658. OLE color: 5071658.

HSL color Cylindrical-coordinate representation of color #2A634D: hue angle of 156.84º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A634D is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB429977-
CMYK0.5800.220.61
HSL156.84º40.43%27.65%-
HSV(B)156.84º57.58%38.82%-
XYZ6.769.958.59-
YUV79.45126.62101.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=19.27%
G=45.41%
B=35.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4299770.5800.220.61156.8440.4327.65
Hex2A634D3A0163D9d281c
Octal5214311572026752355034
Binary101010110001110011011110100101101111011001110110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,99,77); }

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

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

 a { background-color: rgb(42,99,77); }

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

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

 span { border-color: rgb(42,99,77); }

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