#3F4392

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

Shades of Dark Slate Blue #3F4392

Tints of Dark Slate Blue #3F4392

Color information

#3F4392 (or 0x3F4392) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 43 and 92. RGB value is (63,67,146). Sum of RGB (Red+Green+Blue) = 63+67+146=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F4392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4392 is #C0BC6D. Grayscale: #4A4A4A. Windows color (decimal): -12631150 or 9585471. OLE color: 9585471.

HSL color Cylindrical-coordinate representation of color #3F4392: hue angle of 237.11º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F4392 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6367146-
CMYK0.570.5400.43
HSL237.11º39.71%40.98%-
HSV(B)237.11º56.85%57.25%-
XYZ9.257.1528.09-
YUV74.81168.17119.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.83%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 146 (57.42% from 255) = 52.90%
R=22.83%
G=24.28%
B=52.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal63671460.570.5400.43237.1139.7140.98
Hex3F4392393602Bed2829
Octal7710322271660533555051
Binary111111100001110010010111001110110010101111101101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,67,146); }

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

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

 a { background-color: rgb(63,67,146); }

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

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

 span { border-color: rgb(63,67,146); }

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