#3F4D95

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

Shades of Tory Blue #3F4D95

Tints of Tory Blue #3F4D95

Color information

#3F4D95 (or 0x3F4D95) is unknown color: approx Tory Blue. HEX triplet: 3F, 4D and 95. RGB value is (63,77,149). Sum of RGB (Red+Green+Blue) = 63+77+149=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F4D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4D95 is #C0B26A. Grayscale: #505050. Windows color (decimal): -12628587 or 9784639. OLE color: 9784639.

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

Color convert

RGB6377149-
CMYK0.580.4800.42
HSL230.23º40.57%41.57%-
HSV(B)230.23º57.72%58.43%-
XYZ10.138.5329.55-
YUV81.02166.36115.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.80%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=21.80%
G=26.64%
B=51.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63771490.580.4800.42230.2340.5741.57
Hex3F4D953A3002Ae6292a
Octal7711522572600523465152
Binary111111100110110010101111010110000010101011100110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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