#36379C

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

Shades of Dark Slate Blue #36379C

Tints of Dark Slate Blue #36379C

Color information

#36379C (or 0x36379C) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 37 and 9C. RGB value is (54,55,156). Sum of RGB (Red+Green+Blue) = 54+55+156=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #36379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36379C is #C9C863. Grayscale: #414141. Windows color (decimal): -13224036 or 10237750. OLE color: 10237750.

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

Color convert

RGB5455156-
CMYK0.650.6500.39
HSL239.41º48.57%41.18%-
HSV(B)239.41º65.38%61.18%-
XYZ8.895.9232.13-
YUV66.22178.67119.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 55 (21.88% from 255) = 20.75%
BLUE value IS 156 (61.33% from 255) = 58.87%
R=20.38%
G=20.75%
B=58.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54551560.650.6500.39239.4148.5741.18
Hex36379C4141027ef3129
Octal66672341011010473576151
Binary1101101101111001110010000011000001010011111101111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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