Html Css Color HEX #2A584E Evening Sea

📋 copy color: '#2A584E'

red 42 ◦ green 88 ◦ blue 78

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

Shades of Evening Sea #2A584E

Tints of Evening Sea #2A584E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.31%

 BLUE value IS 78 (30.86% from 255) = 37.5%

R = 20.19%
G = 42.31%
B = 37.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#2A584E (or 0x2A584E) is known color: Evening Sea. HEX triplet: 2A, 58 and 4E. RGB value is (42,88,78). Sum of RGB (Red+Green+Blue) = 42+88+78=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #2A584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A584E is #D5A7B1. Grayscale: #494949. Windows color (decimal): -14002098 or 5134378. OLE color: 5134378.

HSL color Cylindrical-coordinate representation of color #2A584E: hue angle of 166.96º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A584E is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 42 88 78 -
CMYK 0.52 0 0.11 0.65
HSL 166.96º 0.35% 0.25% -
HSV(B) 166.96º 0.52% 0.35% -
XYZ 5.82 8.02 8.45 -
YUV 73.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 42 88 78 0.52 0 0.11 0.65 166.96 0.35 0.25
Hex 2A 58 4E 34 0 B 41 A7 23 19
Octal 52 130 116 64 0 13 101 247 43 31
Binary 101010 1011000 1001110 110100 0 1011 1000001 10100111 100011 11001

Color Harmonies of #2A584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A584E

Black with #2A584E

Text Example


Text Example

White with #2A584E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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