#36308C

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

Shades of Dark Slate Blue #36308C

Tints of Dark Slate Blue #36308C

Color information

#36308C (or 0x36308C) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 30 and 8C. RGB value is (54,48,140). Sum of RGB (Red+Green+Blue) = 54+48+140=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #36308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36308C is #C9CF73. Grayscale: #3B3B3B. Windows color (decimal): -13225844 or 9187382. OLE color: 9187382.

HSL color Cylindrical-coordinate representation of color #36308C: hue angle of 243.91º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36308C is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5448140-
CMYK0.610.6600.45
HSL243.91º48.94%36.86%-
HSV(B)243.91º65.71%54.9%-
XYZ7.314.7925.35-
YUV60.28172.99123.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 140 (55.08% from 255) = 57.85%
R=22.31%
G=19.83%
B=57.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54481400.610.6600.45243.9148.9436.86
Hex36308C3D4202Df43125
Octal6660214751020553646145
Binary110110110000100011001111011000010010110111110100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36308C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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