#2B584C

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

Shades of Evening Sea #2B584C

Tints of Evening Sea #2B584C

Color information

#2B584C (or 0x2B584C) is unknown color: approx Evening Sea. HEX triplet: 2B, 58 and 4C. RGB value is (43,88,76). Sum of RGB (Red+Green+Blue) = 43+88+76=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #2B584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B584C is #D4A7B3. Grayscale: #494949. Windows color (decimal): -13936564 or 5003307. OLE color: 5003307.

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

Color convert

RGB438876-
CMYK0.5100.140.65
HSL164º34.35%25.69%-
HSV(B)164º51.14%34.51%-
XYZ5.798.018.08-
YUV73.18129.59106.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.77%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 76 (30.08% from 255) = 36.71%
R=20.77%
G=42.51%
B=36.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4388760.5100.140.6516434.3525.69
Hex2B584C330E41a4221a
Octal53130114630161012444232
Binary101011101100010011001100110111010000011010010010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,88,76); }

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

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

 a { background-color: rgb(43,88,76); }

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

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

 span { border-color: rgb(43,88,76); }

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