#36309E

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

Shades of Dark Slate Blue #36309E

Tints of Dark Slate Blue #36309E

Color information

#36309E (or 0x36309E) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 30 and 9E. RGB value is (54,48,158). Sum of RGB (Red+Green+Blue) = 54+48+158=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #36309E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36309E is #C9CF61. Grayscale: #3D3D3D. Windows color (decimal): -13225826 or 10367030. OLE color: 10367030.

HSL color Cylindrical-coordinate representation of color #36309E: hue angle of 243.27º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36309E is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5448158-
CMYK0.660.7000.38
HSL243.27º53.4%40.39%-
HSV(B)243.27º69.62%61.96%-
XYZ8.755.3732.92-
YUV62.33181.99122.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.77%
GREEN value IS 48 (19.14% from 255) = 18.46%
BLUE value IS 158 (62.11% from 255) = 60.77%
R=20.77%
G=18.46%
B=60.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54481580.660.7000.38243.2753.440.39
Hex36309E4246026f33528
Octal66602361021060463636550
Binary1101101100001001111010000101000110010011011110011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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