#3F4A89

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

Shades of Tory Blue #3F4A89

Tints of Tory Blue #3F4A89

Color information

#3F4A89 (or 0x3F4A89) is unknown color: approx Tory Blue. HEX triplet: 3F, 4A and 89. RGB value is (63,74,137). Sum of RGB (Red+Green+Blue) = 63+74+137=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F4A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4A89 is #C0B576. Grayscale: #4D4D4D. Windows color (decimal): -12629367 or 8997439. OLE color: 8997439.

HSL color Cylindrical-coordinate representation of color #3F4A89: hue angle of 231.08º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F4A89 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6374137-
CMYK0.540.4600.46
HSL231.08º37%39.22%-
HSV(B)231.08º54.01%53.73%-
XYZ9.017.7624.69-
YUV77.89161.36117.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.99%
GREEN value IS 74 (29.30% from 255) = 27.01%
BLUE value IS 137 (53.91% from 255) = 50%
R=22.99%
G=27.01%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63741370.540.4600.46231.083739.22
Hex3F4A89362E02Ee72527
Octal7711221166560563474547
Binary111111100101010001001110110101110010111011100111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,74,137); }

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

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

 a { background-color: rgb(63,74,137); }

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

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

 span { border-color: rgb(63,74,137); }

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