#2B604C

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

Shades of Evening Sea #2B604C

Tints of Evening Sea #2B604C

Color information

#2B604C (or 0x2B604C) is unknown color: approx Evening Sea. HEX triplet: 2B, 60 and 4C. RGB value is (43,96,76). Sum of RGB (Red+Green+Blue) = 43+96+76=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #2B604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B604C is #D49FB3. Grayscale: #4D4D4D. Windows color (decimal): -13934516 or 5005355. OLE color: 5005355.

HSL color Cylindrical-coordinate representation of color #2B604C: hue angle of 157.36º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B604C is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB439676-
CMYK0.5500.210.62
HSL157.36º38.13%27.25%-
HSV(B)157.36º55.21%37.65%-
XYZ6.489.48.31-
YUV77.87126.94103.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=20%
G=44.65%
B=35.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396760.5500.210.62157.3638.1327.25
Hex2B604C370153E9d261b
Octal5314011467025762354633
Binary101011110000010011001101110101011111101001110110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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