Html Css Color HEX #23484C Dark Slate Grey

📋 copy color: '#23484C'

red 35 ◦ green 72 ◦ blue 76

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

Shades of Dark Slate Grey #23484C

Tints of Dark Slate Grey #23484C

RGB

 RED value IS 35 (14.06% from 255) = 19.13%

 GREEN value IS 72 (28.52% from 255) = 39.34%

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

R = 19.13%
G = 39.34%
B = 41.53%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23484C (or 0x23484C) is known color: Dark Slate Grey. HEX triplet: 23, 48 and 4C. RGB value is (35,72,76). Sum of RGB (Red+Green+Blue) = 35+72+76=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #23484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23484C is #DCB7B3. Grayscale: #3D3D3D. Windows color (decimal): -14464948 or 4999203. OLE color: 4999203.

HSL color Cylindrical-coordinate representation of color #23484C: hue angle of 185.85º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #23484C is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 72 76 -
CMYK 0.54 0.05 0 0.70
HSL 185.85º 0.37% 0.22% -
HSV(B) 185.85º 0.54% 0.3% -
XYZ 4.32 5.51 7.67 -
YUV 61.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 35 72 76 0.54 0.05 0 0.70 185.85 0.37 0.22
Hex 23 48 4C 36 5 0 46 BA 25 16
Octal 43 110 114 66 5 0 106 272 45 26
Binary 100011 1001000 1001100 110110 101 0 1000110 10111010 100101 10110

Color Harmonies of #23484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23484C

Black with #23484C

Text Example


Text Example

White with #23484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23484C; }

 p { color: rgb(35,72,76); }

 H1.HeaderClassName
 {
   color: #23484C;
 }
 .AnyTagClassName
 {
   color: #23484C;
 }
</style>

background-color css

<style>
 a { background-color: #23484C; }

 a { background-color: rgb(35,72,76); }

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

border-color css

<style>
 span { border-color: #23484C; }

 span { border-color: rgb(35,72,76); }

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