#363CA5

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

Shades of Dark Slate Blue #363CA5

Tints of Dark Slate Blue #363CA5

Color information

#363CA5 (or 0x363CA5) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 3C and A5. RGB value is (54,60,165). Sum of RGB (Red+Green+Blue) = 54+60+165=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 165 (64.84% from 255 or 59.14% from 279); Max value from RGB is 165 - color contains mainly: blue. Hex color #363CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363CA5 is #C9C35A. Grayscale: #454545. Windows color (decimal): -13222747 or 10828854. OLE color: 10828854.

HSL color Cylindrical-coordinate representation of color #363CA5: hue angle of 236.76º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #363CA5 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5460165-
CMYK0.670.6400.35
HSL236.76º50.68%42.94%-
HSV(B)236.76º67.27%64.71%-
XYZ9.936.7336.37-
YUV70.18181.51116.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 60 (23.83% from 255) = 21.51%
BLUE value IS 165 (64.84% from 255) = 59.14%
R=19.35%
G=21.51%
B=59.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal54601650.670.6400.35236.7650.6842.94
Hex363CA54340023ed332b
Octal66742451031000433556353
Binary1101101111001010010110000111000000010001111101101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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