#36309C

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

Shades of Dark Slate Blue #36309C

Tints of Dark Slate Blue #36309C

Color information

#36309C (or 0x36309C) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 30 and 9C. RGB value is (54,48,156). Sum of RGB (Red+Green+Blue) = 54+48+156=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #36309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36309C is #C9CF63. Grayscale: #3D3D3D. Windows color (decimal): -13225828 or 10235958. OLE color: 10235958.

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

Color convert

RGB5448156-
CMYK0.650.6900.39
HSL243.33º52.94%40%-
HSV(B)243.33º69.23%61.18%-
XYZ8.585.332.02-
YUV62.11180.99122.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 156 (61.33% from 255) = 60.47%
R=20.93%
G=18.60%
B=60.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54481560.650.6900.39243.3352.9440
Hex36309C4145027f33528
Octal66602341011050473636550
Binary1101101100001001110010000011000101010011111110011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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