#3F308D

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

Shades of Dark Slate Blue #3F308D

Tints of Dark Slate Blue #3F308D

Color information

#3F308D (or 0x3F308D) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 30 and 8D. RGB value is (63,48,141). Sum of RGB (Red+Green+Blue) = 63+48+141=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F308D is #C0CF72. Grayscale: #3E3E3E. Windows color (decimal): -12636019 or 9252927. OLE color: 9252927.

HSL color Cylindrical-coordinate representation of color #3F308D: hue angle of 249.68º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F308D is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6348141-
CMYK0.550.6600.45
HSL249.68º49.21%37.06%-
HSV(B)249.68º65.96%55.29%-
XYZ7.915.0925.77-
YUV63.09171.97127.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 48 (19.14% from 255) = 19.05%
BLUE value IS 141 (55.47% from 255) = 55.95%
R=25%
G=19.05%
B=55.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63481410.550.6600.45249.6849.2137.06
Hex3F308D374202Dfa3125
Octal7760215671020553726145
Binary111111110000100011011101111000010010110111111010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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