#3F3394

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

Shades of Dark Slate Blue #3F3394

Tints of Dark Slate Blue #3F3394

Color information

#3F3394 (or 0x3F3394) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 33 and 94. RGB value is (63,51,148). Sum of RGB (Red+Green+Blue) = 63+51+148=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F3394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3394 is #C0CC6B. Grayscale: #414141. Windows color (decimal): -12635244 or 9712447. OLE color: 9712447.

HSL color Cylindrical-coordinate representation of color #3F3394: hue angle of 247.42º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F3394 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6351148-
CMYK0.570.6600.42
HSL247.42º48.74%39.02%-
HSV(B)247.42º65.54%58.04%-
XYZ8.585.5628.64-
YUV65.65174.48126.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.05%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 148 (58.20% from 255) = 56.49%
R=24.05%
G=19.47%
B=56.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63511480.570.6600.42247.4248.7439.02
Hex3F3394394202Af73127
Octal7763224711020523676147
Binary111111110011100101001110011000010010101011110111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,51,148); }

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

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

 a { background-color: rgb(63,51,148); }

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

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

 span { border-color: rgb(63,51,148); }

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