#3F3085

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

Shades of Dark Slate Blue #3F3085

Tints of Dark Slate Blue #3F3085

Color information

#3F3085 (or 0x3F3085) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 30 and 85. RGB value is (63,48,133). Sum of RGB (Red+Green+Blue) = 63+48+133=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F3085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3085 is #C0CF7A. Grayscale: #3D3D3D. Windows color (decimal): -12636027 or 8728639. OLE color: 8728639.

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

Color convert

RGB6348133-
CMYK0.530.6400.48
HSL250.59º46.96%35.49%-
HSV(B)250.59º63.91%52.16%-
XYZ7.344.8622.74-
YUV62.18167.97128.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.82%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 133 (52.34% from 255) = 54.51%
R=25.82%
G=19.67%
B=54.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63481330.530.6400.48250.5946.9635.49
Hex3F30853540030fb2f23
Octal7760205651000603735743
Binary111111110000100001011101011000000011000011111011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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