Html Css Color HEX #245152 Dark Slate Grey

📋 copy color: '#245152'

red 36 ◦ green 81 ◦ blue 82

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

Shades of Dark Slate Grey #245152

Tints of Dark Slate Grey #245152

RGB

 RED value IS 36 (14.45% from 255) = 18.09%

 GREEN value IS 81 (32.03% from 255) = 40.7%

 BLUE value IS 82 (32.42% from 255) = 41.21%

R = 18.09%
G = 40.7%
B = 41.21%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#245152 (or 0x245152) is known color: Dark Slate Grey. HEX triplet: 24, 51 and 52. RGB value is (36,81,82). Sum of RGB (Red+Green+Blue) = 36+81+82=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #245152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245152 is #DBAEAD. Grayscale: #434343. Windows color (decimal): -14397102 or 5394724. OLE color: 5394724.

HSL color Cylindrical-coordinate representation of color #245152: hue angle of 181.3º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #245152 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 36 81 82 -
CMYK 0.56 0.01 0 0.68
HSL 181.3º 0.39% 0.23% -
HSV(B) 181.3º 0.56% 0.32% -
XYZ 5.19 6.87 9.03 -
YUV 67.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 36 81 82 0.56 0.01 0 0.68 181.3 0.39 0.23
Hex 24 51 52 38 1 0 44 B5 27 17
Octal 44 121 122 70 1 0 104 265 47 27
Binary 100100 1010001 1010010 111000 1 0 1000100 10110101 100111 10111

Color Harmonies of #245152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245152

Black with #245152

Text Example


Text Example

White with #245152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245152; }

 p { color: rgb(36,81,82); }

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

background-color css

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

 a { background-color: rgb(36,81,82); }

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

border-color css

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

 span { border-color: rgb(36,81,82); }

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