#2F449D

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

Shades of Tory Blue #2F449D

Tints of Tory Blue #2F449D

Color information

#2F449D (or 0x2F449D) is unknown color: approx Tory Blue. HEX triplet: 2F, 44 and 9D. RGB value is (47,68,157). Sum of RGB (Red+Green+Blue) = 47+68+157=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F449D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F449D is #D0BB62. Grayscale: #474747. Windows color (decimal): -13679459 or 10306607. OLE color: 10306607.

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

Color convert

RGB4768157-
CMYK0.700.5700.38
HSL228.55º53.92%40%-
HSV(B)228.55º70.06%61.57%-
XYZ9.337.1732.79-
YUV71.87176.04110.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.28%
GREEN value IS 68 (26.95% from 255) = 25%
BLUE value IS 157 (61.72% from 255) = 57.72%
R=17.28%
G=25%
B=57.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal47681570.700.5700.38228.5553.9240
Hex2F449D4639026e53628
Octal57104235106710463456650
Binary1011111000100100111011000110111001010011011100101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,68,157); }

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

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

 a { background-color: rgb(47,68,157); }

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

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

 span { border-color: rgb(47,68,157); }

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