#2F509C

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

Shades of Tory Blue #2F509C

Tints of Tory Blue #2F509C

Color information

#2F509C (or 0x2F509C) is unknown color: approx Tory Blue. HEX triplet: 2F, 50 and 9C. RGB value is (47,80,156). Sum of RGB (Red+Green+Blue) = 47+80+156=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F509C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F509C is #D0AF63. Grayscale: #4E4E4E. Windows color (decimal): -13676388 or 10244143. OLE color: 10244143.

HSL color Cylindrical-coordinate representation of color #2F509C: hue angle of 221.83º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F509C is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4780156-
CMYK0.700.4900.39
HSL221.83º53.69%39.8%-
HSV(B)221.83º69.87%61.18%-
XYZ10.048.7432.61-
YUV78.8171.57105.32-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.61%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 156 (61.33% from 255) = 55.12%
R=16.61%
G=28.27%
B=55.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal47801560.700.4900.39221.8353.6939.8
Hex2F509C4631027de3628
Octal57120234106610473366650
Binary1011111010000100111001000110110001010011111011110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F509C; }

 p { color: rgb(47,80,156); }

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

<style>
 a { background-color: #2F509C; }

 a { background-color: rgb(47,80,156); }

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

<style>
 span { border-color: #2F509C; }

 span { border-color: rgb(47,80,156); }

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