Html Css Color HEX #245050 Dark Slate Grey

📋 copy color: '#245050'

red 36 ◦ green 80 ◦ blue 80

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

Shades of Dark Slate Grey #245050

Tints of Dark Slate Grey #245050

RGB

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

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

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

R = 18.37%
G = 40.82%
B = 40.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#245050 (or 0x245050) is known color: Dark Slate Grey. HEX triplet: 24, 50 and 50. RGB value is (36,80,80). Sum of RGB (Red+Green+Blue) = 36+80+80=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #245050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245050 is #DBAFAF. Grayscale: #424242. Windows color (decimal): -14397360 or 5263396. OLE color: 5263396.

HSL color Cylindrical-coordinate representation of color #245050: hue angle of 180º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #245050 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 80 80 -
CMYK 0.55 0 0 0.69
HSL 180º 0.38% 0.23% -
HSV(B) 180º 0.55% 0.31% -
XYZ 5.04 6.69 8.62 -
YUV 66.84 135.42 106 -
System Red Green Blue C M Y K H S L
Decimal 36 80 80 0.55 0 0 0.69 180 0.38 0.23
Hex 24 50 50 37 0 0 45 B4 26 17
Octal 44 120 120 67 0 0 105 264 46 27
Binary 100100 1010000 1010000 110111 0 0 1000101 10110100 100110 10111

Color Harmonies of #245050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245050

Black with #245050

Text Example


Text Example

White with #245050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245050; }

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

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

background-color css

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

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

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

border-color css

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

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

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