#3F338C

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

Shades of Dark Slate Blue #3F338C

Tints of Dark Slate Blue #3F338C

Color information

#3F338C (or 0x3F338C) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 33 and 8C. RGB value is (63,51,140). Sum of RGB (Red+Green+Blue) = 63+51+140=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F338C is #C0CC73. Grayscale: #404040. Windows color (decimal): -12635252 or 9188159. OLE color: 9188159.

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

Color convert

RGB6351140-
CMYK0.550.6400.45
HSL248.09º46.6%37.45%-
HSV(B)248.09º63.57%54.9%-
XYZ7.975.3225.42-
YUV64.73170.48126.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.80%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 140 (55.08% from 255) = 55.12%
R=24.80%
G=20.08%
B=55.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63511400.550.6400.45248.0946.637.45
Hex3F338C374002Df82f25
Octal7763214671000553705745
Binary111111110011100011001101111000000010110111111000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F338C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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