#363292

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

Shades of Dark Slate Blue #363292

Tints of Dark Slate Blue #363292

Color information

#363292 (or 0x363292) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 32 and 92. RGB value is (54,50,146). Sum of RGB (Red+Green+Blue) = 54+50+146=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #363292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363292 is #C9CD6D. Grayscale: #3D3D3D. Windows color (decimal): -13225326 or 9581110. OLE color: 9581110.

HSL color Cylindrical-coordinate representation of color #363292: hue angle of 242.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #363292 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5450146-
CMYK0.630.6600.43
HSL242.5º48.98%38.43%-
HSV(B)242.5º65.75%57.25%-
XYZ7.855.1427.77-
YUV62.14175.33122.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 50 (19.92% from 255) = 20%
BLUE value IS 146 (57.42% from 255) = 58.4%
R=21.6%
G=20%
B=58.4%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54501460.630.6600.43242.548.9838.43
Hex3632923F4202Bf23126
Octal6662222771020533626146
Binary110110110010100100101111111000010010101111110010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363292; }

 p { color: rgb(54,50,146); }

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

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

 a { background-color: rgb(54,50,146); }

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

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

 span { border-color: rgb(54,50,146); }

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