#3F578A

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

Shades of Tory Blue #3F578A

Tints of Tory Blue #3F578A

Color information

#3F578A (or 0x3F578A) is unknown color: approx Tory Blue. HEX triplet: 3F, 57 and 8A. RGB value is (63,87,138). Sum of RGB (Red+Green+Blue) = 63+87+138=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F578A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F578A is #C0A875. Grayscale: #555555. Windows color (decimal): -12626038 or 9066303. OLE color: 9066303.

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

Color convert

RGB6387138-
CMYK0.540.3700.46
HSL220.8º37.31%39.41%-
HSV(B)220.8º54.35%54.12%-
XYZ10.059.7125.39-
YUV85.64157.55111.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.88%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=21.88%
G=30.21%
B=47.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63871380.540.3700.46220.837.3139.41
Hex3F578A362502Edd2527
Octal7712721266450563354547
Binary111111101011110001010110110100101010111011011101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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