#362B8D

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

Shades of Dark Slate Blue #362B8D

Tints of Dark Slate Blue #362B8D

Color information

#362B8D (or 0x362B8D) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 2B and 8D. RGB value is (54,43,141). Sum of RGB (Red+Green+Blue) = 54+43+141=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #362B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362B8D is #C9D472. Grayscale: #393939. Windows color (decimal): -13227123 or 9251638. OLE color: 9251638.

HSL color Cylindrical-coordinate representation of color #362B8D: hue angle of 246.73º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #362B8D is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5443141-
CMYK0.620.7000.45
HSL246.73º53.26%36.08%-
HSV(B)246.73º69.5%55.29%-
XYZ7.194.4425.68-
YUV57.46175.14125.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 141 (55.47% from 255) = 59.24%
R=22.69%
G=18.07%
B=59.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54431410.620.7000.45246.7353.2636.08
Hex362B8D3E4602Df73524
Octal6653215761060553676544
Binary110110101011100011011111101000110010110111110111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,43,141); }

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

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

 a { background-color: rgb(54,43,141); }

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

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

 span { border-color: rgb(54,43,141); }

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