#2F4B93

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

Shades of Tory Blue #2F4B93

Tints of Tory Blue #2F4B93

Color information

#2F4B93 (or 0x2F4B93) is unknown color: approx Tory Blue. HEX triplet: 2F, 4B and 93. RGB value is (47,75,147). Sum of RGB (Red+Green+Blue) = 47+75+147=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F4B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4B93 is #D0B46C. Grayscale: #4A4A4A. Windows color (decimal): -13677677 or 9653039. OLE color: 9653039.

HSL color Cylindrical-coordinate representation of color #2F4B93: hue angle of 223.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F4B93 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4775147-
CMYK0.680.4900.42
HSL223.2º51.55%38.04%-
HSV(B)223.2º68.03%57.65%-
XYZ8.957.7428.63-
YUV74.84168.72108.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.47%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 147 (57.81% from 255) = 54.65%
R=17.47%
G=27.88%
B=54.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47751470.680.4900.42223.251.5538.04
Hex2F4B93443102Adf3426
Octal57113223104610523376446
Binary1011111001011100100111000100110001010101011011111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,75,147); }

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

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

 a { background-color: rgb(47,75,147); }

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

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

 span { border-color: rgb(47,75,147); }

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