#3F429E

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

Shades of Dark Slate Blue #3F429E

Tints of Dark Slate Blue #3F429E

Color information

#3F429E (or 0x3F429E) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 42 and 9E. RGB value is (63,66,158). Sum of RGB (Red+Green+Blue) = 63+66+158=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F429E is #C0BD61. Grayscale: #4B4B4B. Windows color (decimal): -12631394 or 10371647. OLE color: 10371647.

HSL color Cylindrical-coordinate representation of color #3F429E: hue angle of 238.11º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F429E is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6366158-
CMYK0.600.5800.38
HSL238.11º42.99%43.33%-
HSV(B)238.11º60.13%61.96%-
XYZ10.177.4233.24-
YUV75.59174.51119.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.95%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 158 (62.11% from 255) = 55.05%
R=21.95%
G=23.00%
B=55.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63661580.600.5800.38238.1142.9943.33
Hex3F429E3C3A026ee2b2b
Octal7710223674720463565353
Binary111111100001010011110111100111010010011011101110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,66,158); }

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

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

 a { background-color: rgb(63,66,158); }

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

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

 span { border-color: rgb(63,66,158); }

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