#2F4589

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

Shades of Tory Blue #2F4589

Tints of Tory Blue #2F4589

Color information

#2F4589 (or 0x2F4589) is unknown color: approx Tory Blue. HEX triplet: 2F, 45 and 89. RGB value is (47,69,137). Sum of RGB (Red+Green+Blue) = 47+69+137=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F4589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4589 is #D0BA76. Grayscale: #454545. Windows color (decimal): -13679223 or 8996143. OLE color: 8996143.

HSL color Cylindrical-coordinate representation of color #2F4589: hue angle of 225.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F4589 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4769137-
CMYK0.660.5000.46
HSL225.33º48.91%36.08%-
HSV(B)225.33º65.69%53.73%-
XYZ7.826.6724.54-
YUV70.17165.71111.47-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.58%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 137 (53.91% from 255) = 54.15%
R=18.58%
G=27.27%
B=54.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47691370.660.5000.46225.3348.9136.08
Hex2F4589423202Ee13124
Octal57105211102620563416144
Binary1011111000101100010011000010110010010111011100001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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