#3F318C

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

Shades of Dark Slate Blue #3F318C

Tints of Dark Slate Blue #3F318C

Color information

#3F318C (or 0x3F318C) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 31 and 8C. RGB value is (63,49,140). Sum of RGB (Red+Green+Blue) = 63+49+140=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F318C is #C0CE73. Grayscale: #3F3F3F. Windows color (decimal): -12635764 or 9187647. OLE color: 9187647.

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

Color convert

RGB6349140-
CMYK0.550.6500.45
HSL249.23º48.15%37.06%-
HSV(B)249.23º65%54.9%-
XYZ7.885.1525.39-
YUV63.56171.14127.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 49 (19.53% from 255) = 19.44%
BLUE value IS 140 (55.08% from 255) = 55.56%
R=25%
G=19.44%
B=55.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63491400.550.6500.45249.2348.1537.06
Hex3F318C374102Df93025
Octal7761214671010553716045
Binary111111110001100011001101111000001010110111111001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,49,140); }

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

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

 a { background-color: rgb(63,49,140); }

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

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

 span { border-color: rgb(63,49,140); }

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