#362A99

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

Shades of Dark Slate Blue #362A99

Tints of Dark Slate Blue #362A99

Color information

#362A99 (or 0x362A99) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 2A and 99. RGB value is (54,42,153). Sum of RGB (Red+Green+Blue) = 54+42+153=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #362A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362A99 is #C9D566. Grayscale: #393939. Windows color (decimal): -13227367 or 10037814. OLE color: 10037814.

HSL color Cylindrical-coordinate representation of color #362A99: hue angle of 246.49º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #362A99 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5442153-
CMYK0.650.7300.4
HSL246.49º56.92%38.24%-
HSV(B)246.49º72.55%60%-
XYZ8.14.7430.63-
YUV58.24181.48124.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 42 (16.80% from 255) = 16.87%
BLUE value IS 153 (60.16% from 255) = 61.45%
R=21.69%
G=16.87%
B=61.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54421530.650.7300.4246.4956.9238.24
Hex362A994149028f63926
Octal66522311011110503667146
Binary1101101010101001100110000011001001010100011110110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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