#3f5095

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

Shades of Tory Blue #3F5095

Tints of Tory Blue #3F5095

Color information

#3F5095 (or 0x3F5095) is unknown color: approx Tory Blue. HEX triplet: 3F, 50 and 95. RGB value is (63,80,149). Sum of RGB (Red+Green+Blue) = 63+80+149=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F5095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5095 is #C0AF6A. Grayscale: #525252. Windows color (decimal): -12627819 or 9785407. OLE color: 9785407.

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

Color convert

RGB6380149-
CMYK0.580.4600.42
HSL228.14º40.57%41.57%-
HSV(B)228.14º57.72%58.43%-
XYZ10.348.9629.62-
YUV82.78165.37113.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.58%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 149 (58.59% from 255) = 51.03%
R=21.58%
G=27.40%
B=51.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63801490.580.4600.42228.1440.5741.57
Hex3F50953A2E02Ae4292a
Octal7712022572560523445152
Binary111111101000010010101111010101110010101011100100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f5095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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