#3F4395

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

Shades of Dark Slate Blue #3F4395

Tints of Dark Slate Blue #3F4395

Color information

#3F4395 (or 0x3F4395) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 43 and 95. RGB value is (63,67,149). Sum of RGB (Red+Green+Blue) = 63+67+149=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F4395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4395 is #C0BC6A. Grayscale: #4A4A4A. Windows color (decimal): -12631147 or 9782079. OLE color: 9782079.

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

Color convert

RGB6367149-
CMYK0.580.5500.42
HSL237.21º40.57%41.57%-
HSV(B)237.21º57.72%58.43%-
XYZ9.487.2429.33-
YUV75.15169.67119.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.58%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 149 (58.59% from 255) = 53.41%
R=22.58%
G=24.01%
B=53.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63671490.580.5500.42237.2140.5741.57
Hex3F43953A3702Aed292a
Octal7710322572670523555152
Binary111111100001110010101111010110111010101011101101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,67,149); }

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

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

 a { background-color: rgb(63,67,149); }

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

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

 span { border-color: rgb(63,67,149); }

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