#3F5296

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

Shades of Tory Blue #3F5296

Tints of Tory Blue #3F5296

Color information

#3F5296 (or 0x3F5296) is unknown color: approx Tory Blue. HEX triplet: 3F, 52 and 96. RGB value is (63,82,150). Sum of RGB (Red+Green+Blue) = 63+82+150=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F5296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5296 is #C0AD69. Grayscale: #535353. Windows color (decimal): -12627306 or 9851455. OLE color: 9851455.

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

Color convert

RGB6382150-
CMYK0.580.4500.41
HSL226.9º40.85%41.76%-
HSV(B)226.9º58%58.82%-
XYZ10.579.2930.09-
YUV84.07165.21112.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.36%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 150 (58.98% from 255) = 50.85%
R=21.36%
G=27.80%
B=50.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal63821500.580.4500.41226.940.8541.76
Hex3F52963A2D029e3292a
Octal7712222672550513435152
Binary111111101001010010110111010101101010100111100011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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