#363A9C

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

Shades of Dark Slate Blue #363A9C

Tints of Dark Slate Blue #363A9C

Color information

#363A9C (or 0x363A9C) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 3A and 9C. RGB value is (54,58,156). Sum of RGB (Red+Green+Blue) = 54+58+156=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #363A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363A9C is #C9C563. Grayscale: #434343. Windows color (decimal): -13223268 or 10238518. OLE color: 10238518.

HSL color Cylindrical-coordinate representation of color #363A9C: hue angle of 237.65º degrees, saturation: 0.49, 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 #363A9C is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5458156-
CMYK0.650.6300.39
HSL237.65º48.57%41.18%-
HSV(B)237.65º65.38%61.18%-
XYZ9.046.2132.18-
YUV67.98177.67118.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 58 (23.05% from 255) = 21.64%
BLUE value IS 156 (61.33% from 255) = 58.21%
R=20.15%
G=21.64%
B=58.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54581560.650.6300.39237.6548.5741.18
Hex363A9C413F027ee3129
Octal6672234101770473566151
Binary110110111010100111001000001111111010011111101110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,58,156); }

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

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

 a { background-color: rgb(54,58,156); }

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

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

 span { border-color: rgb(54,58,156); }

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