#36258E

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

Shades of Dark Slate Blue #36258E

Tints of Dark Slate Blue #36258E

Color information

#36258E (or 0x36258E) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 25 and 8E. RGB value is (54,37,142). Sum of RGB (Red+Green+Blue) = 54+37+142=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #36258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36258E is #C9DA71. Grayscale: #353535. Windows color (decimal): -13228658 or 9315638. OLE color: 9315638.

HSL color Cylindrical-coordinate representation of color #36258E: hue angle of 249.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36258E is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5437142-
CMYK0.620.7400.44
HSL249.71º58.66%35.1%-
HSV(B)249.71º73.94%55.69%-
XYZ7.074.0626-
YUV54.05177.63127.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 142 (55.86% from 255) = 60.94%
R=23.18%
G=15.88%
B=60.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54371420.620.7400.44249.7158.6635.1
Hex36258E3E4A02Cfa3b23
Octal6645216761120543727343
Binary110110100101100011101111101001010010110011111010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36258E; }

 p { color: rgb(54,37,142); }

 H1.HeaderClassName
 {
   color: #36258E;
 }
 .AnyTagClassName
 {
   color: #36258E;
 }
</style>
background-color css

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

 a { background-color: rgb(54,37,142); }

 div.DivClassName
 {
   background-color: #36258E;
 }
 .BgClassName
 {
   background-color: #36258E;
 }
</style>
border-color css

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

 span { border-color: rgb(54,37,142); }

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