Html Css Color HEX #2C634C Evening Sea

📋 copy color: '#2C634C'

red 44 ◦ green 99 ◦ blue 76

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

Shades of Evening Sea #2C634C

Tints of Evening Sea #2C634C

RGB

 RED value IS 44 (17.58% from 255) = 20.09%

 GREEN value IS 99 (39.06% from 255) = 45.21%

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

R = 20.09%
G = 45.21%
B = 34.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#2C634C (or 0x2C634C) is known color: Evening Sea. HEX triplet: 2C, 63 and 4C. RGB value is (44,99,76). Sum of RGB (Red+Green+Blue) = 44+99+76=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #2C634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C634C is #D39CB3. Grayscale: #4F4F4F. Windows color (decimal): -13868212 or 5006124. OLE color: 5006124.

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

Color convert

RGB 44 99 76 -
CMYK 0.56 0 0.23 0.61
HSL 154.91º 0.38% 0.28% -
HSV(B) 154.91º 0.56% 0.39% -
XYZ 6.81 9.98 8.41 -
YUV 79.93 125.78 102.37 -
System Red Green Blue C M Y K H S L
Decimal 44 99 76 0.56 0 0.23 0.61 154.91 0.38 0.28
Hex 2C 63 4C 38 0 17 3D 9B 26 1C
Octal 54 143 114 70 0 27 75 233 46 34
Binary 101100 1100011 1001100 111000 0 10111 111101 10011011 100110 11100

Color Harmonies of #2C634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C634C

Black with #2C634C

Text Example


Text Example

White with #2C634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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