#3F4B95

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

Shades of Tory Blue #3F4B95

Tints of Tory Blue #3F4B95

Color information

#3F4B95 (or 0x3F4B95) is unknown color: approx Tory Blue. HEX triplet: 3F, 4B and 95. RGB value is (63,75,149). Sum of RGB (Red+Green+Blue) = 63+75+149=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F4B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4B95 is #C0B46A. Grayscale: #4F4F4F. Windows color (decimal): -12629099 or 9784127. OLE color: 9784127.

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

Color convert

RGB6375149-
CMYK0.580.5000.42
HSL231.63º40.57%41.57%-
HSV(B)231.63º57.72%58.43%-
XYZ9.998.2629.5-
YUV79.85167.02115.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.95%
GREEN value IS 75 (29.69% from 255) = 26.13%
BLUE value IS 149 (58.59% from 255) = 51.92%
R=21.95%
G=26.13%
B=51.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63751490.580.5000.42231.6340.5741.57
Hex3F4B953A3202Ae8292a
Octal7711322572620523505152
Binary111111100101110010101111010110010010101011101000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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