Html Css Color HEX #2B644C Evening Sea

📋 copy color: '#2B644C'

red 43 ◦ green 100 ◦ blue 76

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

Shades of Evening Sea #2B644C

Tints of Evening Sea #2B644C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.66%

 BLUE value IS 76 (30.08% from 255) = 34.7%

R = 19.63%
G = 45.66%
B = 34.7%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#2B644C (or 0x2B644C) is known color: Evening Sea. HEX triplet: 2B, 64 and 4C. RGB value is (43,100,76). Sum of RGB (Red+Green+Blue) = 43+100+76=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 100 - color contains mainly: green. Hex color #2B644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B644C is #D49BB3. Grayscale: #505050. Windows color (decimal): -13933492 or 5006379. OLE color: 5006379.

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

Color convert

RGB 43 100 76 -
CMYK 0.57 0 0.24 0.61
HSL 154.74º 0.4% 0.28% -
HSV(B) 154.74º 0.57% 0.39% -
XYZ 6.86 10.15 8.44 -
YUV 80.22 125.62 101.45 -
System Red Green Blue C M Y K H S L
Decimal 43 100 76 0.57 0 0.24 0.61 154.74 0.4 0.28
Hex 2B 64 4C 39 0 18 3D 9B 28 1C
Octal 53 144 114 71 0 30 75 233 50 34
Binary 101011 1100100 1001100 111001 0 11000 111101 10011011 101000 11100

Color Harmonies of #2B644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B644C

Black with #2B644C

Text Example


Text Example

White with #2B644C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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