#362E99

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

Shades of Dark Slate Blue #362E99

Tints of Dark Slate Blue #362E99

Color information

#362E99 (or 0x362E99) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 2E and 99. RGB value is (54,46,153). Sum of RGB (Red+Green+Blue) = 54+46+153=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #362E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362E99 is #C9D166. Grayscale: #3C3C3C. Windows color (decimal): -13226343 or 10038838. OLE color: 10038838.

HSL color Cylindrical-coordinate representation of color #362E99: hue angle of 244.49º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #362E99 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5446153-
CMYK0.650.7000.4
HSL244.49º53.77%39.02%-
HSV(B)244.49º69.93%60%-
XYZ8.255.0430.67-
YUV60.59180.15123.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 46 (18.36% from 255) = 18.18%
BLUE value IS 153 (60.16% from 255) = 60.47%
R=21.34%
G=18.18%
B=60.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54461530.650.7000.4244.4953.7739.02
Hex362E994146028f43627
Octal66562311011060503646647
Binary1101101011101001100110000011000110010100011110100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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