#3F3DA3

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

Shades of Dark Slate Blue #3F3DA3

Tints of Dark Slate Blue #3F3DA3

Color information

#3F3DA3 (or 0x3F3DA3) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 3D and A3. RGB value is (63,61,163). Sum of RGB (Red+Green+Blue) = 63+61+163=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 163 (64.06% from 255 or 56.79% from 287); Max value from RGB is 163 - color contains mainly: blue. Hex color #3F3DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3DA3 is #C0C25C. Grayscale: #484848. Windows color (decimal): -12632669 or 10698047. OLE color: 10698047.

HSL color Cylindrical-coordinate representation of color #3F3DA3: hue angle of 241.18º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F3DA3 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6361163-
CMYK0.610.6300.36
HSL241.18º45.54%43.92%-
HSV(B)241.18º62.58%63.92%-
XYZ10.337.0435.46-
YUV73.23178.66120.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.95%
GREEN value IS 61 (24.22% from 255) = 21.25%
BLUE value IS 163 (64.06% from 255) = 56.79%
R=21.95%
G=21.25%
B=56.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal63611630.610.6300.36241.1845.5443.92
Hex3F3DA33D3F024f12e2c
Octal777524375770443615654
Binary11111111110110100011111101111111010010011110001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,61,163); }

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

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

 a { background-color: rgb(63,61,163); }

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

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

 span { border-color: rgb(63,61,163); }

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