Html Css Color HEX #2B594E Evening Sea

📋 copy color: '#2B594E'

red 43 ◦ green 89 ◦ blue 78

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

Shades of Evening Sea #2B594E

Tints of Evening Sea #2B594E

RGB

 RED value IS 43 (17.19% from 255) = 20.48%

 GREEN value IS 89 (35.16% from 255) = 42.38%

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

R = 20.48%
G = 42.38%
B = 37.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#2B594E (or 0x2B594E) is known color: Evening Sea. HEX triplet: 2B, 59 and 4E. RGB value is (43,89,78). Sum of RGB (Red+Green+Blue) = 43+89+78=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #2B594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B594E is #D4A6B1. Grayscale: #494949. Windows color (decimal): -13936306 or 5134635. OLE color: 5134635.

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

Color convert

RGB 43 89 78 -
CMYK 0.52 0 0.12 0.65
HSL 165.65º 0.35% 0.26% -
HSV(B) 165.65º 0.52% 0.35% -
XYZ 5.94 8.21 8.48 -
YUV 73.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 43 89 78 0.52 0 0.12 0.65 165.65 0.35 0.26
Hex 2B 59 4E 34 0 C 41 A6 23 1A
Octal 53 131 116 64 0 14 101 246 43 32
Binary 101011 1011001 1001110 110100 0 1100 1000001 10100110 100011 11010

Color Harmonies of #2B594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B594E

Black with #2B594E

Text Example


Text Example

White with #2B594E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,89,78); }

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

background-color css

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

 a { background-color: rgb(43,89,78); }

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

border-color css

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

 span { border-color: rgb(43,89,78); }

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