#3F3885

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

Shades of Dark Slate Blue #3F3885

Tints of Dark Slate Blue #3F3885

Color information

#3F3885 (or 0x3F3885) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 38 and 85. RGB value is (63,56,133). Sum of RGB (Red+Green+Blue) = 63+56+133=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F3885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3885 is #C0C77A. Grayscale: #424242. Windows color (decimal): -12633979 or 8730687. OLE color: 8730687.

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

Color convert

RGB6356133-
CMYK0.530.5800.48
HSL245.45º40.74%37.06%-
HSV(B)245.45º57.89%52.16%-
XYZ7.75.5822.86-
YUV66.87165.32125.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 133 (52.34% from 255) = 52.78%
R=25%
G=22.22%
B=52.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63561330.530.5800.48245.4540.7437.06
Hex3F3885353A030f52925
Octal777020565720603655145
Binary11111111100010000101110101111010011000011110101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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