#362497

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

Shades of Dark Slate Blue #362497

Tints of Dark Slate Blue #362497

Color information

#362497 (or 0x362497) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 24 and 97. RGB value is (54,36,151). Sum of RGB (Red+Green+Blue) = 54+36+151=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #362497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362497 is #C9DB68. Grayscale: #363636. Windows color (decimal): -13228905 or 9905206. OLE color: 9905206.

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

Color convert

RGB5436151-
CMYK0.640.7600.41
HSL249.39º61.5%36.67%-
HSV(B)249.39º76.16%59.22%-
XYZ7.744.2829.7-
YUV54.49182.46127.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 151 (59.38% from 255) = 62.66%
R=22.41%
G=14.94%
B=62.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54361510.640.7600.41249.3961.536.67
Hex362497404C029f93d25
Octal66442271001140513717545
Binary1101101001001001011110000001001100010100111111001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362497; }

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

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

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

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

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

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

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

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