#362992

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

Shades of Dark Slate Blue #362992

Tints of Dark Slate Blue #362992

Color information

#362992 (or 0x362992) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 29 and 92. RGB value is (54,41,146). Sum of RGB (Red+Green+Blue) = 54+41+146=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #362992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362992 is #C9D66D. Grayscale: #383838. Windows color (decimal): -13227630 or 9578806. OLE color: 9578806.

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

Color convert

RGB5441146-
CMYK0.630.7200.43
HSL247.43º56.15%36.67%-
HSV(B)247.43º71.92%57.25%-
XYZ7.54.4527.66-
YUV56.86178.31125.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 146 (57.42% from 255) = 60.58%
R=22.41%
G=17.01%
B=60.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54411460.630.7200.43247.4356.1536.67
Hex3629923F4802Bf73825
Octal6651222771100533677045
Binary110110101001100100101111111001000010101111110111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362992; }

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

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

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

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

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

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

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

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