#3F5593

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

Shades of Tory Blue #3F5593

Tints of Tory Blue #3F5593

Color information

#3F5593 (or 0x3F5593) is unknown color: approx Tory Blue. HEX triplet: 3F, 55 and 93. RGB value is (63,85,147). Sum of RGB (Red+Green+Blue) = 63+85+147=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F5593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5593 is #C0AA6C. Grayscale: #555555. Windows color (decimal): -12626541 or 9655615. OLE color: 9655615.

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

Color convert

RGB6385147-
CMYK0.570.4200.42
HSL224.29º40%41.18%-
HSV(B)224.29º57.14%57.65%-
XYZ10.569.6628.91-
YUV85.49162.71111.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.36%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 147 (57.81% from 255) = 49.83%
R=21.36%
G=28.81%
B=49.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63851470.570.4200.42224.294041.18
Hex3F5593392A02Ae02829
Octal7712522371520523405051
Binary111111101010110010011111001101010010101011100000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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