#2B634C

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

Shades of Evening Sea #2B634C

Tints of Evening Sea #2B634C

Color information

#2B634C (or 0x2B634C) is unknown color: approx Evening Sea. HEX triplet: 2B, 63 and 4C. RGB value is (43,99,76). Sum of RGB (Red+Green+Blue) = 43+99+76=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #2B634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B634C is #D49CB3. Grayscale: #4F4F4F. Windows color (decimal): -13933748 or 5006123. OLE color: 5006123.

HSL color Cylindrical-coordinate representation of color #2B634C: hue angle of 155.36º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B634C is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB439976-
CMYK0.5700.230.61
HSL155.36º39.44%27.84%-
HSV(B)155.36º56.57%38.82%-
XYZ6.769.968.4-
YUV79.63125.95101.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.72%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=19.72%
G=45.41%
B=34.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4399760.5700.230.61155.3639.4427.84
Hex2B634C390173D9b271c
Octal5314311471027752334734
Binary101011110001110011001110010101111111011001101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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