#3F347F

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

Shades of Dark Slate Blue #3F347F

Tints of Dark Slate Blue #3F347F

Color information

#3F347F (or 0x3F347F) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 34 and 7F. RGB value is (63,52,127). Sum of RGB (Red+Green+Blue) = 63+52+127=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F347F is #C0CB80. Grayscale: #3F3F3F. Windows color (decimal): -12635009 or 8336447. OLE color: 8336447.

HSL color Cylindrical-coordinate representation of color #3F347F: hue angle of 248.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F347F is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6352127-
CMYK0.500.5900.50
HSL248.8º41.9%35.1%-
HSV(B)248.8º59.06%49.8%-
XYZ7.115.0520.68-
YUV63.84163.64127.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.03%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 127 (50% from 255) = 52.48%
R=26.03%
G=21.49%
B=52.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63521270.500.5900.50248.841.935.1
Hex3F347F323B032f92a23
Octal776417762730623715243
Binary1111111101001111111110010111011011001011111001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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