Html Css Color HEX #2B634D Evening Sea

📋 copy color: '#2B634D'

red 43 ◦ green 99 ◦ blue 77

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

Shades of Evening Sea #2B634D

Tints of Evening Sea #2B634D

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 value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#2B634D (or 0x2B634D) is known color: 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

RGB 43 99 77 -
CMYK 0.57 0 0.22 0.61
HSL 156.43º 0.39% 0.28% -
HSV(B) 156.43º 0.57% 0.39% -
XYZ 6.8 9.97 8.59 -
YUV 79.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 43 99 77 0.57 0 0.22 0.61 156.43 0.39 0.28
Hex 2B 63 4D 39 0 16 3D 9C 27 1C
Octal 53 143 115 71 0 26 75 234 47 34
Binary 101011 1100011 1001101 111001 0 10110 111101 10011100 100111 11100

Color Harmonies of #2B634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B634D

Black with #2B634D

Text Example


Text Example

White with #2B634D

Text Example


Text Example

HTML Codes & Css Web 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>