#3F4092

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

Shades of Dark Slate Blue #3F4092

Tints of Dark Slate Blue #3F4092

Color information

#3F4092 (or 0x3F4092) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 40 and 92. RGB value is (63,64,146). Sum of RGB (Red+Green+Blue) = 63+64+146=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F4092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4092 is #C0BF6D. Grayscale: #484848. Windows color (decimal): -12631918 or 9584703. OLE color: 9584703.

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

Color convert

RGB6364146-
CMYK0.570.5600.43
HSL239.28º39.71%40.98%-
HSV(B)239.28º56.85%57.25%-
XYZ9.076.828.03-
YUV73.05169.17120.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 146 (57.42% from 255) = 53.48%
R=23.08%
G=23.44%
B=53.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal63641460.570.5600.43239.2839.7140.98
Hex3F4092393802Bef2829
Octal7710022271700533575051
Binary111111100000010010010111001111000010101111101111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,64,146); }

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

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

 a { background-color: rgb(63,64,146); }

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

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

 span { border-color: rgb(63,64,146); }

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