Html Css Color HEX #2B634C Evening Sea

📋 copy color: '#2B634C'

red 43 ◦ green 99 ◦ blue 76

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

Shades of Evening Sea #2B634C

Tints of Evening Sea #2B634C

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

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

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

RGB 43 99 76 -
CMYK 0.57 0 0.23 0.61
HSL 155.36º 0.39% 0.28% -
HSV(B) 155.36º 0.57% 0.39% -
XYZ 6.76 9.96 8.4 -
YUV 79.63 125.95 101.87 -
System Red Green Blue C M Y K H S L
Decimal 43 99 76 0.57 0 0.23 0.61 155.36 0.39 0.28
Hex 2B 63 4C 39 0 17 3D 9B 27 1C
Octal 53 143 114 71 0 27 75 233 47 34
Binary 101011 1100011 1001100 111001 0 10111 111101 10011011 100111 11100

Color Harmonies of #2B634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B634C

Black with #2B634C

Text Example


Text Example

White with #2B634C

Text Example


Text Example

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