#363CA1

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

Shades of Dark Slate Blue #363CA1

Tints of Dark Slate Blue #363CA1

Color information

#363CA1 (or 0x363CA1) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 3C and A1. RGB value is (54,60,161). Sum of RGB (Red+Green+Blue) = 54+60+161=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 161 (63.28% from 255 or 58.55% from 275); Max value from RGB is 161 - color contains mainly: blue. Hex color #363CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363CA1 is #C9C35E. Grayscale: #454545. Windows color (decimal): -13222751 or 10566710. OLE color: 10566710.

HSL color Cylindrical-coordinate representation of color #363CA1: hue angle of 236.64º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #363CA1 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5460161-
CMYK0.660.6300.37
HSL236.64º49.77%42.16%-
HSV(B)236.64º66.46%63.14%-
XYZ9.576.5934.49-
YUV69.72179.51116.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.64%
GREEN value IS 60 (23.83% from 255) = 21.82%
BLUE value IS 161 (63.28% from 255) = 58.55%
R=19.64%
G=21.82%
B=58.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal54601610.660.6300.37236.6449.7742.16
Hex363CA1423F025ed322a
Octal6674241102770453556252
Binary110110111100101000011000010111111010010111101101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363CA1; }

 p { color: rgb(54,60,161); }

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

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

 a { background-color: rgb(54,60,161); }

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

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

 span { border-color: rgb(54,60,161); }

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