#362E9E

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

Shades of Dark Slate Blue #362E9E

Tints of Dark Slate Blue #362E9E

Color information

#362E9E (or 0x362E9E) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 2E and 9E. RGB value is (54,46,158). Sum of RGB (Red+Green+Blue) = 54+46+158=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #362E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362E9E is #C9D161. Grayscale: #3C3C3C. Windows color (decimal): -13226338 or 10366518. OLE color: 10366518.

HSL color Cylindrical-coordinate representation of color #362E9E: hue angle of 244.29º 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 #362E9E is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5446158-
CMYK0.660.7100.38
HSL244.29º54.9%40%-
HSV(B)244.29º70.89%61.96%-
XYZ8.675.2132.9-
YUV61.16182.65122.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 46 (18.36% from 255) = 17.83%
BLUE value IS 158 (62.11% from 255) = 61.24%
R=20.93%
G=17.83%
B=61.24%

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
Decimal54461580.660.7100.38244.2954.940
Hex362E9E4247026f43728
Octal66562361021070463646750
Binary1101101011101001111010000101000111010011011110100110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,46,158); }

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

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

 a { background-color: rgb(54,46,158); }

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

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

 span { border-color: rgb(54,46,158); }

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