Html Css Color HEX #245052 Dark Slate Grey

📋 copy color: '#245052'

red 36 ◦ green 80 ◦ blue 82

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

Shades of Dark Slate Grey #245052

Tints of Dark Slate Grey #245052

RGB

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

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

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

R = 18.18%
G = 40.4%
B = 41.41%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#245052 (or 0x245052) is known color: Dark Slate Grey. HEX triplet: 24, 50 and 52. RGB value is (36,80,82). Sum of RGB (Red+Green+Blue) = 36+80+82=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #245052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245052 is #DBAFAD. Grayscale: #434343. Windows color (decimal): -14397358 or 5394468. OLE color: 5394468.

HSL color Cylindrical-coordinate representation of color #245052: hue angle of 182.61º 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 #245052 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 36 80 82 -
CMYK 0.56 0.02 0 0.68
HSL 182.61º 0.39% 0.23% -
HSV(B) 182.61º 0.56% 0.32% -
XYZ 5.12 6.72 9.01 -
YUV 67.07 136.42 105.84 -
System Red Green Blue C M Y K H S L
Decimal 36 80 82 0.56 0.02 0 0.68 182.61 0.39 0.23
Hex 24 50 52 38 2 0 44 B7 27 17
Octal 44 120 122 70 2 0 104 267 47 27
Binary 100100 1010000 1010010 111000 10 0 1000100 10110111 100111 10111

Color Harmonies of #245052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245052

Black with #245052

Text Example


Text Example

White with #245052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245052; }

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

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

background-color css

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

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

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

border-color css

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

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

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