Html Css Color HEX #245055 Dark Slate Grey

📋 copy color: '#245055'

red 36 ◦ green 80 ◦ blue 85

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

Shades of Dark Slate Grey #245055

Tints of Dark Slate Grey #245055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.29%

R = 17.91%
G = 39.8%
B = 42.29%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#245055 (or 0x245055) is known color: Dark Slate Grey. HEX triplet: 24, 50 and 55. RGB value is (36,80,85). Sum of RGB (Red+Green+Blue) = 36+80+85=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #245055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245055 is #DBAFAA. Grayscale: #434343. Windows color (decimal): -14397355 or 5591076. OLE color: 5591076.

HSL color Cylindrical-coordinate representation of color #245055: hue angle of 186.12º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #245055 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 80 85 -
CMYK 0.58 0.06 0 0.67
HSL 186.12º 0.4% 0.24% -
HSV(B) 186.12º 0.58% 0.33% -
XYZ 5.24 6.77 9.62 -
YUV 67.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 36 80 85 0.58 0.06 0 0.67 186.12 0.4 0.24
Hex 24 50 55 3A 6 0 43 BA 28 18
Octal 44 120 125 72 6 0 103 272 50 30
Binary 100100 1010000 1010101 111010 110 0 1000011 10111010 101000 11000

Color Harmonies of #245055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245055

Black with #245055

Text Example


Text Example

White with #245055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245055; }

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

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

background-color css

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

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

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

border-color css

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

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

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