#363897

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

Shades of Dark Slate Blue #363897

Tints of Dark Slate Blue #363897

Color information

#363897 (or 0x363897) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 38 and 97. RGB value is (54,56,151). Sum of RGB (Red+Green+Blue) = 54+56+151=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 151 (59.38% from 255 or 57.85% from 261); Max value from RGB is 151 - color contains mainly: blue. Hex color #363897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363897 is #C9C768. Grayscale: #414141. Windows color (decimal): -13223785 or 9910326. OLE color: 9910326.

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

Color convert

RGB5456151-
CMYK0.640.6300.41
HSL238.76º47.32%40.2%-
HSV(B)238.76º64.24%59.22%-
XYZ8.525.8529.96-
YUV66.23175.84119.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.69%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 151 (59.38% from 255) = 57.85%
R=20.69%
G=21.46%
B=57.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54561510.640.6300.41238.7647.3240.2
Hex363897403F029ef2f28
Octal6670227100770513575750
Binary110110111000100101111000000111111010100111101111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363897; }

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

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

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

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

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

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

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

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