#363DA1

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

Shades of Dark Slate Blue #363DA1

Tints of Dark Slate Blue #363DA1

Color information

#363DA1 (or 0x363DA1) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 3D and A1. RGB value is (54,61,161). Sum of RGB (Red+Green+Blue) = 54+61+161=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 161 (63.28% from 255 or 58.33% from 276); Max value from RGB is 161 - color contains mainly: blue. Hex color #363DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363DA1 is #C9C25E. Grayscale: #454545. Windows color (decimal): -13222495 or 10566966. OLE color: 10566966.

HSL color Cylindrical-coordinate representation of color #363DA1: hue angle of 236.07º 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 #363DA1 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5461161-
CMYK0.660.6200.37
HSL236.07º49.77%42.16%-
HSV(B)236.07º66.46%63.14%-
XYZ9.626.6934.5-
YUV70.31179.18116.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.57%
GREEN value IS 61 (24.22% from 255) = 22.10%
BLUE value IS 161 (63.28% from 255) = 58.33%
R=19.57%
G=22.10%
B=58.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal54611610.660.6200.37236.0749.7742.16
Hex363DA1423E025ec322a
Octal6675241102760453546252
Binary110110111101101000011000010111110010010111101100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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