#2F4190

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

Shades of Tory Blue #2F4190

Tints of Tory Blue #2F4190

Color information

#2F4190 (or 0x2F4190) is unknown color: approx Tory Blue. HEX triplet: 2F, 41 and 90. RGB value is (47,65,144). Sum of RGB (Red+Green+Blue) = 47+65+144=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F4190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4190 is #D0BE6F. Grayscale: #444444. Windows color (decimal): -13680240 or 9453871. OLE color: 9453871.

HSL color Cylindrical-coordinate representation of color #2F4190: hue angle of 228.87º degrees, saturation: 0.51, 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 #2F4190 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4765144-
CMYK0.670.5500.44
HSL228.87º50.79%37.45%-
HSV(B)228.87º67.36%56.47%-
XYZ8.16.427.19-
YUV68.62170.54112.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.36%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 144 (56.64% from 255) = 56.25%
R=18.36%
G=25.39%
B=56.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47651440.670.5500.44228.8750.7937.45
Hex2F4190433702Ce53325
Octal57101220103670543456345
Binary1011111000001100100001000011110111010110011100101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,65,144); }

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

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

 a { background-color: rgb(47,65,144); }

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

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

 span { border-color: rgb(47,65,144); }

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