#3f3a9b

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

Shades of Dark Slate Blue #3F3A9B

Tints of Dark Slate Blue #3F3A9B

Color information

#3F3A9B (or 0x3F3A9B) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 3A and 9B. RGB value is (63,58,155). Sum of RGB (Red+Green+Blue) = 63+58+155=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F3A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3A9B is #C0C564. Grayscale: #464646. Windows color (decimal): -12633445 or 10172991. OLE color: 10172991.

HSL color Cylindrical-coordinate representation of color #3F3A9B: hue angle of 243.09º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F3A9B is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6358155-
CMYK0.590.6300.39
HSL243.09º45.54%41.76%-
HSV(B)243.09º62.58%60.78%-
XYZ9.486.4531.76-
YUV70.55175.66122.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.83%
GREEN value IS 58 (23.05% from 255) = 21.01%
BLUE value IS 155 (60.94% from 255) = 56.16%
R=22.83%
G=21.01%
B=56.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal63581550.590.6300.39243.0945.5441.76
Hex3F3A9B3B3F027f32e2a
Octal777223373770473635652
Binary11111111101010011011111011111111010011111110011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f3a9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3f3a9b; }

 p { color: rgb(63,58,155); }

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

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

 a { background-color: rgb(63,58,155); }

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

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

 span { border-color: rgb(63,58,155); }

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