#362D9D

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

Shades of Dark Slate Blue #362D9D

Tints of Dark Slate Blue #362D9D

Color information

#362D9D (or 0x362D9D) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 2D and 9D. RGB value is (54,45,157). Sum of RGB (Red+Green+Blue) = 54+45+157=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #362D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362D9D is #C9D262. Grayscale: #3C3C3C. Windows color (decimal): -13226595 or 10300726. OLE color: 10300726.

HSL color Cylindrical-coordinate representation of color #362D9D: hue angle of 244.82º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #362D9D is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5445157-
CMYK0.660.7100.38
HSL244.82º55.45%39.61%-
HSV(B)244.82º71.34%61.57%-
XYZ8.555.132.43-
YUV60.46182.48123.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 45 (17.97% from 255) = 17.58%
BLUE value IS 157 (61.72% from 255) = 61.33%
R=21.09%
G=17.58%
B=61.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54451570.660.7100.38244.8255.4539.61
Hex362D9D4247026f53728
Octal66552351021070463656750
Binary1101101011011001110110000101000111010011011110101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362D9D; }

 p { color: rgb(54,45,157); }

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

<style>
 a { background-color: #362D9D; }

 a { background-color: rgb(54,45,157); }

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

<style>
 span { border-color: #362D9D; }

 span { border-color: rgb(54,45,157); }

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