#363092

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

Shades of Dark Slate Blue #363092

Tints of Dark Slate Blue #363092

Color information

#363092 (or 0x363092) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 30 and 92. RGB value is (54,48,146). Sum of RGB (Red+Green+Blue) = 54+48+146=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #363092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363092 is #C9CF6D. Grayscale: #3C3C3C. Windows color (decimal): -13225838 or 9580598. OLE color: 9580598.

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

Color convert

RGB5448146-
CMYK0.630.6700.43
HSL243.67º50.52%38.04%-
HSV(B)243.67º67.12%57.25%-
XYZ7.774.9727.74-
YUV60.97175.99123.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 146 (57.42% from 255) = 58.87%
R=21.77%
G=19.35%
B=58.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54481460.630.6700.43243.6750.5238.04
Hex3630923F4302Bf43326
Octal6660222771030533646346
Binary110110110000100100101111111000011010101111110100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363092; }

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

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

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

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

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

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

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

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