#2F4A89

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

Shades of Tory Blue #2F4A89

Tints of Tory Blue #2F4A89

Color information

#2F4A89 (or 0x2F4A89) is unknown color: approx Tory Blue. HEX triplet: 2F, 4A and 89. RGB value is (47,74,137). Sum of RGB (Red+Green+Blue) = 47+74+137=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F4A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4A89 is #D0B576. Grayscale: #484848. Windows color (decimal): -13677943 or 8997423. OLE color: 8997423.

HSL color Cylindrical-coordinate representation of color #2F4A89: hue angle of 222º 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 #2F4A89 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4774137-
CMYK0.660.4600.46
HSL222º48.91%36.08%-
HSV(B)222º65.69%53.73%-
XYZ8.147.3124.65-
YUV73.11164.05109.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.22%
GREEN value IS 74 (29.30% from 255) = 28.68%
BLUE value IS 137 (53.91% from 255) = 53.10%
R=18.22%
G=28.68%
B=53.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47741370.660.4600.4622248.9136.08
Hex2F4A89422E02Ede3124
Octal57112211102560563366144
Binary1011111001010100010011000010101110010111011011110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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