#363D9B

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

Shades of Dark Slate Blue #363D9B

Tints of Dark Slate Blue #363D9B

Color information

#363D9B (or 0x363D9B) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 3D and 9B. RGB value is (54,61,155). Sum of RGB (Red+Green+Blue) = 54+61+155=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #363D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363D9B is #C9C264. Grayscale: #454545. Windows color (decimal): -13222501 or 10173750. OLE color: 10173750.

HSL color Cylindrical-coordinate representation of color #363D9B: hue angle of 235.84º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #363D9B is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5461155-
CMYK0.650.6100.39
HSL235.84º48.33%40.98%-
HSV(B)235.84º65.16%60.78%-
XYZ9.116.4931.78-
YUV69.62176.18116.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 61 (24.22% from 255) = 22.59%
BLUE value IS 155 (60.94% from 255) = 57.41%
R=20%
G=22.59%
B=57.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54611550.650.6100.39235.8448.3340.98
Hex363D9B413D027ec3029
Octal6675233101750473546051
Binary110110111101100110111000001111101010011111101100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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