#36298B

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

Shades of Dark Slate Blue #36298B

Tints of Dark Slate Blue #36298B

Color information

#36298B (or 0x36298B) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 29 and 8B. RGB value is (54,41,139). Sum of RGB (Red+Green+Blue) = 54+41+139=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #36298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36298B is #C9D674. Grayscale: #373737. Windows color (decimal): -13227637 or 9120054. OLE color: 9120054.

HSL color Cylindrical-coordinate representation of color #36298B: hue angle of 247.96º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36298B is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5441139-
CMYK0.610.7100.45
HSL247.96º54.44%35.29%-
HSV(B)247.96º70.5%54.51%-
XYZ6.974.2324.88-
YUV56.06174.81126.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 139 (54.69% from 255) = 59.40%
R=23.08%
G=17.52%
B=59.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54411390.610.7100.45247.9654.4435.29
Hex36298B3D4702Df83623
Octal6651213751070553706643
Binary110110101001100010111111011000111010110111111000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36298B; }

 p { color: rgb(54,41,139); }

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

<style>
 a { background-color: #36298B; }

 a { background-color: rgb(54,41,139); }

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

<style>
 span { border-color: #36298B; }

 span { border-color: rgb(54,41,139); }

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