#2F459C

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

Shades of Tory Blue #2F459C

Tints of Tory Blue #2F459C

Color information

#2F459C (or 0x2F459C) is unknown color: approx Tory Blue. HEX triplet: 2F, 45 and 9C. RGB value is (47,69,156). Sum of RGB (Red+Green+Blue) = 47+69+156=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F459C is #D0BA63. Grayscale: #474747. Windows color (decimal): -13679204 or 10241327. OLE color: 10241327.

HSL color Cylindrical-coordinate representation of color #2F459C: hue angle of 227.89º 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 #2F459C is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4769156-
CMYK0.700.5600.39
HSL227.89º53.69%39.8%-
HSV(B)227.89º69.87%61.18%-
XYZ9.37.2632.36-
YUV72.34175.21109.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.28%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 156 (61.33% from 255) = 57.35%
R=17.28%
G=25.37%
B=57.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal47691560.700.5600.39227.8953.6939.8
Hex2F459C4638027e43628
Octal57105234106700473446650
Binary1011111000101100111001000110111000010011111100100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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