Html Css Color HEX #284C50 Dark Slate Grey

📋 copy color: '#284C50'

red 40 ◦ green 76 ◦ blue 80

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

Shades of Dark Slate Grey #284C50

Tints of Dark Slate Grey #284C50

RGB

 RED value IS 40 (16.02% from 255) = 20.41%

 GREEN value IS 76 (30.08% from 255) = 38.78%

 BLUE value IS 80 (31.64% from 255) = 40.82%

R = 20.41%
G = 38.78%
B = 40.82%

CMYK

 C value IS 0.5

 M value IS 0.05

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#284C50 (or 0x284C50) is known color: Dark Slate Grey. HEX triplet: 28, 4C and 50. RGB value is (40,76,80). Sum of RGB (Red+Green+Blue) = 40+76+80=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #284C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C50 is #D7B3AF. Grayscale: #414141. Windows color (decimal): -14136240 or 5262376. OLE color: 5262376.

HSL color Cylindrical-coordinate representation of color #284C50: hue angle of 186º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #284C50 is Cyan = 0.5, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 76 80 -
CMYK 0.5 0.05 0 0.69
HSL 186º 0.33% 0.24% -
HSV(B) 186º 0.5% 0.31% -
XYZ 4.91 6.2 8.53 -
YUV 65.69 136.07 109.67 -
System Red Green Blue C M Y K H S L
Decimal 40 76 80 0.5 0.05 0 0.69 186 0.33 0.24
Hex 28 4C 50 32 5 0 45 BA 21 18
Octal 50 114 120 62 5 0 105 272 41 30
Binary 101000 1001100 1010000 110010 101 0 1000101 10111010 100001 11000

Color Harmonies of #284C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C50

Black with #284C50

Text Example


Text Example

White with #284C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284C50; }

 p { color: rgb(40,76,80); }

 H1.HeaderClassName
 {
   color: #284C50;
 }
 .AnyTagClassName
 {
   color: #284C50;
 }
</style>

background-color css

<style>
 a { background-color: #284C50; }

 a { background-color: rgb(40,76,80); }

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

border-color css

<style>
 span { border-color: #284C50; }

 span { border-color: rgb(40,76,80); }

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