#3F3985

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

Shades of Dark Slate Blue #3F3985

Tints of Dark Slate Blue #3F3985

Color information

#3F3985 (or 0x3F3985) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 39 and 85. RGB value is (63,57,133). Sum of RGB (Red+Green+Blue) = 63+57+133=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F3985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3985 is #C0C67A. Grayscale: #434343. Windows color (decimal): -12633723 or 8730943. OLE color: 8730943.

HSL color Cylindrical-coordinate representation of color #3F3985: hue angle of 244.74º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F3985 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6357133-
CMYK0.530.5700.48
HSL244.74º40%37.25%-
HSV(B)244.74º57.14%52.16%-
XYZ7.755.6822.88-
YUV67.46164.99124.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.90%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 133 (52.34% from 255) = 52.57%
R=24.90%
G=22.53%
B=52.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63571330.530.5700.48244.744037.25
Hex3F39853539030f52825
Octal777120565710603655045
Binary11111111100110000101110101111001011000011110101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,57,133); }

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

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

 a { background-color: rgb(63,57,133); }

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

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

 span { border-color: rgb(63,57,133); }

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