#3F4A94

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

Shades of Tory Blue #3F4A94

Tints of Tory Blue #3F4A94

Color information

#3F4A94 (or 0x3F4A94) is unknown color: approx Tory Blue. HEX triplet: 3F, 4A and 94. RGB value is (63,74,148). Sum of RGB (Red+Green+Blue) = 63+74+148=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F4A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4A94 is #C0B56B. Grayscale: #4E4E4E. Windows color (decimal): -12629356 or 9718335. OLE color: 9718335.

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

Color convert

RGB6374148-
CMYK0.570.5000.42
HSL232.24º40.28%41.37%-
HSV(B)232.24º57.43%58.04%-
XYZ9.848.0929.06-
YUV79.15166.86116.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.11%
GREEN value IS 74 (29.30% from 255) = 25.96%
BLUE value IS 148 (58.20% from 255) = 51.93%
R=22.11%
G=25.96%
B=51.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63741480.570.5000.42232.2440.2841.37
Hex3F4A94393202Ae82829
Octal7711222471620523505051
Binary111111100101010010100111001110010010101011101000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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