#3F4996

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

Shades of Tory Blue #3F4996

Tints of Tory Blue #3F4996

Color information

#3F4996 (or 0x3F4996) is unknown color: approx Tory Blue. HEX triplet: 3F, 49 and 96. RGB value is (63,73,150). Sum of RGB (Red+Green+Blue) = 63+73+150=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F4996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4996 is #C0B669. Grayscale: #4E4E4E. Windows color (decimal): -12629610 or 9849151. OLE color: 9849151.

HSL color Cylindrical-coordinate representation of color #3F4996: hue angle of 233.1º 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 #3F4996 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6373150-
CMYK0.580.5100.41
HSL233.1º40.85%41.76%-
HSV(B)233.1º58%58.82%-
XYZ9.948.0229.88-
YUV78.79168.19116.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.03%
GREEN value IS 73 (28.91% from 255) = 25.52%
BLUE value IS 150 (58.98% from 255) = 52.45%
R=22.03%
G=25.52%
B=52.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal63731500.580.5100.41233.140.8541.76
Hex3F49963A33029e9292a
Octal7711122672630513515152
Binary111111100100110010110111010110011010100111101001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,73,150); }

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

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

 a { background-color: rgb(63,73,150); }

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

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

 span { border-color: rgb(63,73,150); }

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