#3F4497

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

Shades of Dark Slate Blue #3F4497

Tints of Dark Slate Blue #3F4497

Color information

#3F4497 (or 0x3F4497) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 44 and 97. RGB value is (63,68,151). Sum of RGB (Red+Green+Blue) = 63+68+151=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #3F4497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4497 is #C0BB68. Grayscale: #4B4B4B. Windows color (decimal): -12630889 or 9913407. OLE color: 9913407.

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

Color convert

RGB6368151-
CMYK0.580.5500.41
HSL236.59º41.12%41.96%-
HSV(B)236.59º58.28%59.22%-
XYZ9.77.4330.2-
YUV75.97170.34118.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.34%
GREEN value IS 68 (26.95% from 255) = 24.11%
BLUE value IS 151 (59.38% from 255) = 53.55%
R=22.34%
G=24.11%
B=53.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal63681510.580.5500.41236.5941.1241.96
Hex3F44973A37029ed292a
Octal7710422772670513555152
Binary111111100010010010111111010110111010100111101101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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