#2F4684

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

Shades of Tory Blue #2F4684

Tints of Tory Blue #2F4684

Color information

#2F4684 (or 0x2F4684) is unknown color: approx Tory Blue. HEX triplet: 2F, 46 and 84. RGB value is (47,70,132). Sum of RGB (Red+Green+Blue) = 47+70+132=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #2F4684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4684 is #D0B97B. Grayscale: #454545. Windows color (decimal): -13678972 or 8668719. OLE color: 8668719.

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

Color convert

RGB4770132-
CMYK0.640.4700.48
HSL223.76º47.49%35.1%-
HSV(B)223.76º64.39%51.76%-
XYZ7.536.6522.72-
YUV70.19162.88111.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.88%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 132 (51.95% from 255) = 53.01%
R=18.88%
G=28.11%
B=53.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47701320.640.4700.48223.7647.4935.1
Hex2F4684402F030e02f23
Octal57106204100570603405743
Binary1011111000110100001001000000101111011000011100000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,70,132); }

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

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

 a { background-color: rgb(47,70,132); }

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

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

 span { border-color: rgb(47,70,132); }

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