#3F357F

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

Shades of Dark Slate Blue #3F357F

Tints of Dark Slate Blue #3F357F

Color information

#3F357F (or 0x3F357F) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 35 and 7F. RGB value is (63,53,127). Sum of RGB (Red+Green+Blue) = 63+53+127=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F357F is #C0CA80. Grayscale: #404040. Windows color (decimal): -12634753 or 8336703. OLE color: 8336703.

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

Color convert

RGB6353127-
CMYK0.500.5800.50
HSL248.11º41.11%35.29%-
HSV(B)248.11º58.27%49.8%-
XYZ7.155.1420.69-
YUV64.43163.31126.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.93%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 127 (50% from 255) = 52.26%
R=25.93%
G=21.81%
B=52.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63531270.500.5800.50248.1141.1135.29
Hex3F357F323A032f82923
Octal776517762720623705143
Binary1111111101011111111110010111010011001011111000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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