#2F498E

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

Shades of Tory Blue #2F498E

Tints of Tory Blue #2F498E

Color information

#2F498E (or 0x2F498E) is unknown color: approx Tory Blue. HEX triplet: 2F, 49 and 8E. RGB value is (47,73,142). Sum of RGB (Red+Green+Blue) = 47+73+142=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F498E is #D0B671. Grayscale: #484848. Windows color (decimal): -13678194 or 9324847. OLE color: 9324847.

HSL color Cylindrical-coordinate representation of color #2F498E: hue angle of 223.58º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F498E is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4773142-
CMYK0.670.4900.44
HSL223.58º50.26%37.06%-
HSV(B)223.58º66.9%55.69%-
XYZ8.447.3226.56-
YUV73.09166.89109.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.94%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 142 (55.86% from 255) = 54.20%
R=17.94%
G=27.86%
B=54.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47731420.670.4900.44223.5850.2637.06
Hex2F498E433102Ce03225
Octal57111216103610543406245
Binary1011111001001100011101000011110001010110011100000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,73,142); }

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

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

 a { background-color: rgb(47,73,142); }

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

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

 span { border-color: rgb(47,73,142); }

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