#363497

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

Shades of Dark Slate Blue #363497

Tints of Dark Slate Blue #363497

Color information

#363497 (or 0x363497) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 34 and 97. RGB value is (54,52,151). Sum of RGB (Red+Green+Blue) = 54+52+151=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #363497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363497 is #C9CB68. Grayscale: #3F3F3F. Windows color (decimal): -13224809 or 9909302. OLE color: 9909302.

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

Color convert

RGB5452151-
CMYK0.640.6600.41
HSL241.21º48.77%39.8%-
HSV(B)241.21º65.56%59.22%-
XYZ8.345.4729.9-
YUV63.88177.16120.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 151 (59.38% from 255) = 58.75%
R=21.01%
G=20.23%
B=58.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54521510.640.6600.41241.2148.7739.8
Hex3634974042029f13128
Octal66642271001020513616150
Binary1101101101001001011110000001000010010100111110001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363497; }

 p { color: rgb(54,52,151); }

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

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

 a { background-color: rgb(54,52,151); }

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

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

 span { border-color: rgb(54,52,151); }

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