#245055

Color #245055 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #245055

Tints of Dark Slate Grey #245055

Color information

#245055 (or 0x245055) is unknown color: approx 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

RGB368085-
CMYK0.580.0600.67
HSL186.12º40.5%23.73%-
HSV(B)186.12º57.65%33.33%-
XYZ5.246.779.62-
YUV67.41137.92105.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.91%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 85 (33.59% from 255) = 42.29%
R=17.91%
G=39.80%
B=42.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3680850.580.0600.67186.1240.523.73
Hex2450553A6043ba2818
Octal4412012572601032725030
Binary10010010100001010101111010110010000111011101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>