#363A9A

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

Shades of Dark Slate Blue #363A9A

Tints of Dark Slate Blue #363A9A

Color information

#363A9A (or 0x363A9A) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 3A and 9A. RGB value is (54,58,154). Sum of RGB (Red+Green+Blue) = 54+58+154=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #363A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363A9A is #C9C565. Grayscale: #434343. Windows color (decimal): -13223270 or 10107446. OLE color: 10107446.

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

Color convert

RGB5458154-
CMYK0.650.6200.40
HSL237.6º48.08%40.78%-
HSV(B)237.6º64.94%60.39%-
XYZ8.876.1431.29-
YUV67.75176.67118.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 154 (60.55% from 255) = 57.89%
R=20.30%
G=21.80%
B=57.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54581540.650.6200.40237.648.0840.78
Hex363A9A413E028ee3029
Octal6672232101760503566051
Binary110110111010100110101000001111110010100011101110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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