#3F5788

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

Shades of Tory Blue #3F5788

Tints of Tory Blue #3F5788

Color information

#3F5788 (or 0x3F5788) is unknown color: approx Tory Blue. HEX triplet: 3F, 57 and 88. RGB value is (63,87,136). Sum of RGB (Red+Green+Blue) = 63+87+136=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F5788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5788 is #C0A877. Grayscale: #555555. Windows color (decimal): -12626040 or 8935231. OLE color: 8935231.

HSL color Cylindrical-coordinate representation of color #3F5788: hue angle of 220.27º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F5788 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6387136-
CMYK0.540.3600.47
HSL220.27º36.68%39.02%-
HSV(B)220.27º53.68%53.33%-
XYZ9.99.6524.63-
YUV85.41156.55112.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.03%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 136 (53.52% from 255) = 47.55%
R=22.03%
G=30.42%
B=47.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63871360.540.3600.47220.2736.6839.02
Hex3F5788362402Fdc2527
Octal7712721066440573344547
Binary111111101011110001000110110100100010111111011100100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,87,136); }

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

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

 a { background-color: rgb(63,87,136); }

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

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

 span { border-color: rgb(63,87,136); }

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