#3F419B

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

Shades of Dark Slate Blue #3F419B

Tints of Dark Slate Blue #3F419B

Color information

#3F419B (or 0x3F419B) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 41 and 9B. RGB value is (63,65,155). Sum of RGB (Red+Green+Blue) = 63+65+155=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F419B is #C0BE64. Grayscale: #4A4A4A. Windows color (decimal): -12631653 or 10174783. OLE color: 10174783.

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

Color convert

RGB6365155-
CMYK0.590.5800.39
HSL238.7º42.2%42.75%-
HSV(B)238.7º59.35%60.78%-
XYZ9.867.231.88-
YUV74.66173.34119.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.26%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 155 (60.94% from 255) = 54.77%
R=22.26%
G=22.97%
B=54.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal63651550.590.5800.39238.742.242.75
Hex3F419B3B3A027ef2a2b
Octal7710123373720473575253
Binary111111100000110011011111011111010010011111101111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,65,155); }

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

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

 a { background-color: rgb(63,65,155); }

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

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

 span { border-color: rgb(63,65,155); }

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