#3F4099

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

Shades of Dark Slate Blue #3F4099

Tints of Dark Slate Blue #3F4099

Color information

#3F4099 (or 0x3F4099) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 40 and 99. RGB value is (63,64,153). Sum of RGB (Red+Green+Blue) = 63+64+153=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F4099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4099 is #C0BF66. Grayscale: #494949. Windows color (decimal): -12631911 or 10043455. OLE color: 10043455.

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

Color convert

RGB6364153-
CMYK0.590.5800.4
HSL239.33º41.67%42.35%-
HSV(B)239.33º58.82%60%-
XYZ9.637.0230.98-
YUV73.85172.67120.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.5%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 153 (60.16% from 255) = 54.64%
R=22.5%
G=22.86%
B=54.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal63641530.590.5800.4239.3341.6742.35
Hex3F40993B3A028ef2a2a
Octal7710023173720503575252
Binary111111100000010011001111011111010010100011101111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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