#363EA1

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

Shades of Dark Slate Blue #363EA1

Tints of Dark Slate Blue #363EA1

Color information

#363EA1 (or 0x363EA1) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 3E and A1. RGB value is (54,62,161). Sum of RGB (Red+Green+Blue) = 54+62+161=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 161 (63.28% from 255 or 58.12% from 277); Max value from RGB is 161 - color contains mainly: blue. Hex color #363EA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363EA1 is #C9C15E. Grayscale: #464646. Windows color (decimal): -13222239 or 10567222. OLE color: 10567222.

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

Color convert

RGB5462161-
CMYK0.660.6100.37
HSL235.51º49.77%42.16%-
HSV(B)235.51º66.46%63.14%-
XYZ9.686.834.52-
YUV70.89178.85115.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 62 (24.61% from 255) = 22.38%
BLUE value IS 161 (63.28% from 255) = 58.12%
R=19.49%
G=22.38%
B=58.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal54621610.660.6100.37235.5149.7742.16
Hex363EA1423D025ec322a
Octal6676241102750453546252
Binary110110111110101000011000010111101010010111101100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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