#36379D

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

Shades of Dark Slate Blue #36379D

Tints of Dark Slate Blue #36379D

Color information

#36379D (or 0x36379D) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 37 and 9D. RGB value is (54,55,157). Sum of RGB (Red+Green+Blue) = 54+55+157=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #36379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36379D is #C9C862. Grayscale: #414141. Windows color (decimal): -13224035 or 10303286. OLE color: 10303286.

HSL color Cylindrical-coordinate representation of color #36379D: hue angle of 239.42º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36379D is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5455157-
CMYK0.660.6500.38
HSL239.42º48.82%41.37%-
HSV(B)239.42º65.61%61.57%-
XYZ8.975.9532.57-
YUV66.33179.17119.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 55 (21.88% from 255) = 20.68%
BLUE value IS 157 (61.72% from 255) = 59.02%
R=20.30%
G=20.68%
B=59.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54551570.660.6500.38239.4248.8241.37
Hex36379D4241026ef3129
Octal66672351021010463576151
Binary1101101101111001110110000101000001010011011101111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36379D; }

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

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

<style>
 a { background-color: #36379D; }

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

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

<style>
 span { border-color: #36379D; }

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

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