#3F3B9C

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

Shades of Dark Slate Blue #3F3B9C

Tints of Dark Slate Blue #3F3B9C

Color information

#3F3B9C (or 0x3F3B9C) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 3B and 9C. RGB value is (63,59,156). Sum of RGB (Red+Green+Blue) = 63+59+156=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F3B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3B9C is #C0C463. Grayscale: #464646. Windows color (decimal): -12633188 or 10238783. OLE color: 10238783.

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

Color convert

RGB6359156-
CMYK0.600.6200.39
HSL242.47º45.12%42.16%-
HSV(B)242.47º62.18%61.18%-
XYZ9.616.5832.22-
YUV71.25175.83122.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.66%
GREEN value IS 59 (23.44% from 255) = 21.22%
BLUE value IS 156 (61.33% from 255) = 56.12%
R=22.66%
G=21.22%
B=56.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal63591560.600.6200.39242.4745.1242.16
Hex3F3B9C3C3E027f22d2a
Octal777323474760473625552
Binary11111111101110011100111100111110010011111110010101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,59,156); }

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

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

 a { background-color: rgb(63,59,156); }

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

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

 span { border-color: rgb(63,59,156); }

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