#2B634D

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

Shades of Evening Sea #2B634D

Tints of Evening Sea #2B634D

Color information

#2B634D (or 0x2B634D) is unknown color: approx Evening Sea. HEX triplet: 2B, 63 and 4D. RGB value is (43,99,77). Sum of RGB (Red+Green+Blue) = 43+99+77=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #2B634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B634D is #D49CB2. Grayscale: #4F4F4F. Windows color (decimal): -13933747 or 5071659. OLE color: 5071659.

HSL color Cylindrical-coordinate representation of color #2B634D: hue angle of 156.43º 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 #2B634D is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB439977-
CMYK0.5700.220.61
HSL156.43º39.44%27.84%-
HSV(B)156.43º56.57%38.82%-
XYZ6.89.978.59-
YUV79.75126.45101.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.63%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=19.63%
G=45.21%
B=35.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4399770.5700.220.61156.4339.4427.84
Hex2B634D390163D9c271c
Octal5314311571026752344734
Binary101011110001110011011110010101101111011001110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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