#2F4888

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

Shades of Tory Blue #2F4888

Tints of Tory Blue #2F4888

Color information

#2F4888 (or 0x2F4888) is unknown color: approx Tory Blue. HEX triplet: 2F, 48 and 88. RGB value is (47,72,136). Sum of RGB (Red+Green+Blue) = 47+72+136=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F4888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4888 is #D0B777. Grayscale: #474747. Windows color (decimal): -13678456 or 8931375. OLE color: 8931375.

HSL color Cylindrical-coordinate representation of color #2F4888: hue angle of 223.15º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F4888 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4772136-
CMYK0.650.4700.47
HSL223.15º48.63%35.88%-
HSV(B)223.15º65.44%53.33%-
XYZ7.937.0224.23-
YUV71.82164.22110.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.43%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 136 (53.52% from 255) = 53.33%
R=18.43%
G=28.24%
B=53.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47721360.650.4700.47223.1548.6335.88
Hex2F4888412F02Fdf3124
Octal57110210101570573376144
Binary1011111001000100010001000001101111010111111011111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,72,136); }

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

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

 a { background-color: rgb(47,72,136); }

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

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

 span { border-color: rgb(47,72,136); }

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