#3F4499

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

Shades of Dark Slate Blue #3F4499

Tints of Dark Slate Blue #3F4499

Color information

#3F4499 (or 0x3F4499) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 44 and 99. RGB value is (63,68,153). Sum of RGB (Red+Green+Blue) = 63+68+153=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F4499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4499 is #C0BB66. Grayscale: #4B4B4B. Windows color (decimal): -12630887 or 10044479. OLE color: 10044479.

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

Color convert

RGB6368153-
CMYK0.590.5600.4
HSL236.67º41.67%42.35%-
HSV(B)236.67º58.82%60%-
XYZ9.877.4931.06-
YUV76.19171.34118.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.18%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=22.18%
G=23.94%
B=53.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal63681530.590.5600.4236.6741.6742.35
Hex3F44993B38028ed2a2a
Octal7710423173700503555252
Binary111111100010010011001111011111000010100011101101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,68,153); }

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

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

 a { background-color: rgb(63,68,153); }

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

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

 span { border-color: rgb(63,68,153); }

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