#3F518A

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

Shades of Tory Blue #3F518A

Tints of Tory Blue #3F518A

Color information

#3F518A (or 0x3F518A) is unknown color: approx Tory Blue. HEX triplet: 3F, 51 and 8A. RGB value is (63,81,138). Sum of RGB (Red+Green+Blue) = 63+81+138=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F518A is #C0AE75. Grayscale: #515151. Windows color (decimal): -12627574 or 9064767. OLE color: 9064767.

HSL color Cylindrical-coordinate representation of color #3F518A: hue angle of 225.6º 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 #3F518A is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6381138-
CMYK0.540.4100.46
HSL225.6º37.31%39.41%-
HSV(B)225.6º54.35%54.12%-
XYZ9.588.7825.23-
YUV82.12159.54114.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.34%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=22.34%
G=28.72%
B=48.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63811380.540.4100.46225.637.3139.41
Hex3F518A362902Ee22527
Octal7712121266510563424547
Binary111111101000110001010110110101001010111011100010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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