#2F4482

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

Shades of Tory Blue #2F4482

Tints of Tory Blue #2F4482

Color information

#2F4482 (or 0x2F4482) is unknown color: approx Tory Blue. HEX triplet: 2F, 44 and 82. RGB value is (47,68,130). Sum of RGB (Red+Green+Blue) = 47+68+130=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F4482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4482 is #D0BB7D. Grayscale: #444444. Windows color (decimal): -13679486 or 8537135. OLE color: 8537135.

HSL color Cylindrical-coordinate representation of color #2F4482: hue angle of 224.82º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F4482 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4768130-
CMYK0.640.4800.49
HSL224.82º46.89%34.71%-
HSV(B)224.82º63.85%50.98%-
XYZ7.276.3521.96-
YUV68.79162.54112.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.18%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 130 (51.17% from 255) = 53.06%
R=19.18%
G=27.76%
B=53.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47681300.640.4800.49224.8246.8934.71
Hex2F44824030031e12f23
Octal57104202100600613415743
Binary1011111000100100000101000000110000011000111100001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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