#3F348D

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

Shades of Dark Slate Blue #3F348D

Tints of Dark Slate Blue #3F348D

Color information

#3F348D (or 0x3F348D) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 34 and 8D. RGB value is (63,52,141). Sum of RGB (Red+Green+Blue) = 63+52+141=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F348D is #C0CB72. Grayscale: #414141. Windows color (decimal): -12634995 or 9253951. OLE color: 9253951.

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

Color convert

RGB6352141-
CMYK0.550.6300.45
HSL247.42º46.11%37.84%-
HSV(B)247.42º63.12%55.29%-
XYZ8.095.4425.82-
YUV65.44170.64126.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.61%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 141 (55.47% from 255) = 55.08%
R=24.61%
G=20.31%
B=55.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63521410.550.6300.45247.4246.1137.84
Hex3F348D373F02Df72e26
Octal776421567770553675646
Binary11111111010010001101110111111111010110111110111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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