Html Css Color HEX #2A554C Evening Sea

📋 copy color: '#2A554C'

red 42 ◦ green 85 ◦ blue 76

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

Shades of Evening Sea #2A554C

Tints of Evening Sea #2A554C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.44%

R = 20.69%
G = 41.87%
B = 37.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#2A554C (or 0x2A554C) is known color: Evening Sea. HEX triplet: 2A, 55 and 4C. RGB value is (42,85,76). Sum of RGB (Red+Green+Blue) = 42+85+76=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #2A554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A554C is #D5AAB3. Grayscale: #474747. Windows color (decimal): -14002868 or 5002538. OLE color: 5002538.

HSL color Cylindrical-coordinate representation of color #2A554C: hue angle of 167.44º 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 #2A554C is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 42 85 76 -
CMYK 0.51 0 0.11 0.67
HSL 167.44º 0.34% 0.25% -
HSV(B) 167.44º 0.51% 0.33% -
XYZ 5.51 7.51 8 -
YUV 71.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 42 85 76 0.51 0 0.11 0.67 167.44 0.34 0.25
Hex 2A 55 4C 33 0 B 43 A7 22 19
Octal 52 125 114 63 0 13 103 247 42 31
Binary 101010 1010101 1001100 110011 0 1011 1000011 10100111 100010 11001

Color Harmonies of #2A554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A554C

Black with #2A554C

Text Example


Text Example

White with #2A554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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