#362695

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

Shades of Dark Slate Blue #362695

Tints of Dark Slate Blue #362695

Color information

#362695 (or 0x362695) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 26 and 95. RGB value is (54,38,149). Sum of RGB (Red+Green+Blue) = 54+38+149=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #362695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362695 is #C9D96A. Grayscale: #373737. Windows color (decimal): -13228395 or 9774646. OLE color: 9774646.

HSL color Cylindrical-coordinate representation of color #362695: hue angle of 248.65º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #362695 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5438149-
CMYK0.640.7400.42
HSL248.65º59.36%36.67%-
HSV(B)248.65º74.5%58.43%-
XYZ7.644.3428.87-
YUV55.44180.8126.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 149 (58.59% from 255) = 61.83%
R=22.41%
G=15.77%
B=61.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54381490.640.7400.42248.6559.3636.67
Hex362695404A02Af93b25
Octal66462251001120523717345
Binary1101101001101001010110000001001010010101011111001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362695; }

 p { color: rgb(54,38,149); }

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

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

 a { background-color: rgb(54,38,149); }

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

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

 span { border-color: rgb(54,38,149); }

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