#3F4895

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

Shades of Tory Blue #3F4895

Tints of Tory Blue #3F4895

Color information

#3F4895 (or 0x3F4895) is unknown color: approx Tory Blue. HEX triplet: 3F, 48 and 95. RGB value is (63,72,149). Sum of RGB (Red+Green+Blue) = 63+72+149=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F4895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4895 is #C0B76A. Grayscale: #4D4D4D. Windows color (decimal): -12629867 or 9783359. OLE color: 9783359.

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

Color convert

RGB6372149-
CMYK0.580.5200.42
HSL233.72º40.57%41.57%-
HSV(B)233.72º57.72%58.43%-
XYZ9.797.8629.44-
YUV78.09168.02117.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.18%
GREEN value IS 72 (28.52% from 255) = 25.35%
BLUE value IS 149 (58.59% from 255) = 52.46%
R=22.18%
G=25.35%
B=52.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63721490.580.5200.42233.7240.5741.57
Hex3F48953A3402Aea292a
Octal7711022572640523525152
Binary111111100100010010101111010110100010101011101010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,149); }

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

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

 a { background-color: rgb(63,72,149); }

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

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

 span { border-color: rgb(63,72,149); }

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