Html Css Color HEX #2A554D Evening Sea

📋 copy color: '#2A554D'

red 42 ◦ green 85 ◦ blue 77

#2A554D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #2A554D

Tints of Evening Sea #2A554D

RGB

 RED value IS 42 (16.8% from 255) = 20.59%

 GREEN value IS 85 (33.59% from 255) = 41.67%

 BLUE value IS 77 (30.47% from 255) = 37.75%

R = 20.59%
G = 41.67%
B = 37.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#2A554D (or 0x2A554D) is known color: Evening Sea. HEX triplet: 2A, 55 and 4D. RGB value is (42,85,77). Sum of RGB (Red+Green+Blue) = 42+85+77=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #2A554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A554D is #D5AAB2. Grayscale: #474747. Windows color (decimal): -14002867 or 5068074. OLE color: 5068074.

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

Color convert

RGB 42 85 77 -
CMYK 0.51 0 0.09 0.67
HSL 168.84º 0.34% 0.25% -
HSV(B) 168.84º 0.51% 0.33% -
XYZ 5.54 7.53 8.18 -
YUV 71.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 42 85 77 0.51 0 0.09 0.67 168.84 0.34 0.25
Hex 2A 55 4D 33 0 9 43 A9 22 19
Octal 52 125 115 63 0 11 103 251 42 31
Binary 101010 1010101 1001101 110011 0 1001 1000011 10101001 100010 11001

Color Harmonies of #2A554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A554D

Black with #2A554D

Text Example


Text Example

White with #2A554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A554D;
 }
 .AnyTagClassName
 {
   color: #2A554D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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