#362F95

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

Shades of Dark Slate Blue #362F95

Tints of Dark Slate Blue #362F95

Color information

#362F95 (or 0x362F95) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 2F and 95. RGB value is (54,47,149). Sum of RGB (Red+Green+Blue) = 54+47+149=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #362F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362F95 is #C9D06A. Grayscale: #3C3C3C. Windows color (decimal): -13226091 or 9776950. OLE color: 9776950.

HSL color Cylindrical-coordinate representation of color #362F95: hue angle of 244.12º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #362F95 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5447149-
CMYK0.640.6800.42
HSL244.12º52.04%38.43%-
HSV(B)244.12º68.46%58.43%-
XYZ7.964.9928.98-
YUV60.72177.82123.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 47 (18.75% from 255) = 18.8%
BLUE value IS 149 (58.59% from 255) = 59.6%
R=21.6%
G=18.8%
B=59.6%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54471490.640.6800.42244.1252.0438.43
Hex362F95404402Af43426
Octal66572251001040523646446
Binary1101101011111001010110000001000100010101011110100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362F95; }

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

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

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

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

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

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

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

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