Html Css Color HEX #2C504F Dark Slate Grey

📋 copy color: '#2C504F'

red 44 ◦ green 80 ◦ blue 79

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

Shades of Dark Slate Grey #2C504F

Tints of Dark Slate Grey #2C504F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.41%

 BLUE value IS 79 (31.25% from 255) = 38.92%

R = 21.67%
G = 39.41%
B = 38.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#2C504F (or 0x2C504F) is known color: Dark Slate Grey. HEX triplet: 2C, 50 and 4F. RGB value is (44,80,79). Sum of RGB (Red+Green+Blue) = 44+80+79=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #2C504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C504F is #D3AFB0. Grayscale: #454545. Windows color (decimal): -13873073 or 5197868. OLE color: 5197868.

HSL color Cylindrical-coordinate representation of color #2C504F: hue angle of 178.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C504F is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 80 79 -
CMYK 0.45 0 0.01 0.69
HSL 178.33º 0.29% 0.24% -
HSV(B) 178.33º 0.45% 0.31% -
XYZ 5.32 6.84 8.44 -
YUV 69.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 44 80 79 0.45 0 0.01 0.69 178.33 0.29 0.24
Hex 2C 50 4F 2D 0 1 45 B2 1D 18
Octal 54 120 117 55 0 1 105 262 35 30
Binary 101100 1010000 1001111 101101 0 1 1000101 10110010 11101 11000

Color Harmonies of #2C504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C504F

Black with #2C504F

Text Example


Text Example

White with #2C504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,80,79); }

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

background-color css

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

 a { background-color: rgb(44,80,79); }

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

border-color css

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

 span { border-color: rgb(44,80,79); }

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