#3F509A

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

Shades of Tory Blue #3F509A

Tints of Tory Blue #3F509A

Color information

#3F509A (or 0x3F509A) is unknown color: approx Tory Blue. HEX triplet: 3F, 50 and 9A. RGB value is (63,80,154). Sum of RGB (Red+Green+Blue) = 63+80+154=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #3F509A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F509A is #C0AF65. Grayscale: #535353. Windows color (decimal): -12627814 or 10113087. OLE color: 10113087.

HSL color Cylindrical-coordinate representation of color #3F509A: hue angle of 228.79º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F509A is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6380154-
CMYK0.590.4800.40
HSL228.79º41.94%42.55%-
HSV(B)228.79º59.09%60.39%-
XYZ10.759.1331.77-
YUV83.35167.87113.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.21%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 154 (60.55% from 255) = 51.85%
R=21.21%
G=26.94%
B=51.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal63801540.590.4800.40228.7941.9442.55
Hex3F509A3B30028e52a2b
Octal7712023273600503455253
Binary111111101000010011010111011110000010100011100101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,80,154); }

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

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

 a { background-color: rgb(63,80,154); }

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

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

 span { border-color: rgb(63,80,154); }

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