#3F5595

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

Shades of Tory Blue #3F5595

Tints of Tory Blue #3F5595

Color information

#3F5595 (or 0x3F5595) is unknown color: approx Tory Blue. HEX triplet: 3F, 55 and 95. RGB value is (63,85,149). Sum of RGB (Red+Green+Blue) = 63+85+149=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F5595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5595 is #C0AA6A. Grayscale: #555555. Windows color (decimal): -12626539 or 9786687. OLE color: 9786687.

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

Color convert

RGB6385149-
CMYK0.580.4300.42
HSL224.65º40.57%41.57%-
HSV(B)224.65º57.72%58.43%-
XYZ10.729.7229.75-
YUV85.72163.71111.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.21%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=21.21%
G=28.62%
B=50.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63851490.580.4300.42224.6540.5741.57
Hex3F55953A2B02Ae1292a
Octal7712522572530523415152
Binary111111101010110010101111010101011010101011100001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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