#3F5590

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

Shades of Tory Blue #3F5590

Tints of Tory Blue #3F5590

Color information

#3F5590 (or 0x3F5590) is unknown color: approx Tory Blue. HEX triplet: 3F, 55 and 90. RGB value is (63,85,144). Sum of RGB (Red+Green+Blue) = 63+85+144=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F5590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5590 is #C0AA6F. Grayscale: #545454. Windows color (decimal): -12626544 or 9459007. OLE color: 9459007.

HSL color Cylindrical-coordinate representation of color #3F5590: hue angle of 223.7º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F5590 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6385144-
CMYK0.560.4100.44
HSL223.7º39.13%40.59%-
HSV(B)223.7º56.25%56.47%-
XYZ10.339.5727.69-
YUV85.15161.21112.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.58%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 144 (56.64% from 255) = 49.32%
R=21.58%
G=29.11%
B=49.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63851440.560.4100.44223.739.1340.59
Hex3F5590382902Ce02729
Octal7712522070510543404751
Binary111111101010110010000111000101001010110011100000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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