#363596

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

Shades of Dark Slate Blue #363596

Tints of Dark Slate Blue #363596

Color information

#363596 (or 0x363596) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 35 and 96. RGB value is (54,53,150). Sum of RGB (Red+Green+Blue) = 54+53+150=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #363596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363596 is #C9CA69. Grayscale: #3F3F3F. Windows color (decimal): -13224554 or 9844022. OLE color: 9844022.

HSL color Cylindrical-coordinate representation of color #363596: hue angle of 240.62º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #363596 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5453150-
CMYK0.640.6500.41
HSL240.62º47.78%39.8%-
HSV(B)240.62º64.67%58.82%-
XYZ8.35.5329.48-
YUV64.36176.33120.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 150 (58.98% from 255) = 58.37%
R=21.01%
G=20.62%
B=58.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54531500.640.6500.41240.6247.7839.8
Hex3635964041029f13028
Octal66652261001010513616050
Binary1101101101011001011010000001000001010100111110001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363596; }

 p { color: rgb(54,53,150); }

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

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

 a { background-color: rgb(54,53,150); }

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

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

 span { border-color: rgb(54,53,150); }

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