#3F409B

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

Shades of Dark Slate Blue #3F409B

Tints of Dark Slate Blue #3F409B

Color information

#3F409B (or 0x3F409B) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 40 and 9B. RGB value is (63,64,155). Sum of RGB (Red+Green+Blue) = 63+64+155=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F409B is #C0BF64. Grayscale: #494949. Windows color (decimal): -12631909 or 10174527. OLE color: 10174527.

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

Color convert

RGB6364155-
CMYK0.590.5900.39
HSL239.35º42.2%42.75%-
HSV(B)239.35º59.35%60.78%-
XYZ9.87.0931.86-
YUV74.08173.67120.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.34%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=22.34%
G=22.70%
B=54.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal63641550.590.5900.39239.3542.242.75
Hex3F409B3B3B027ef2a2b
Octal7710023373730473575253
Binary111111100000010011011111011111011010011111101111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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