#2C4788

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

Shades of Tory Blue #2C4788

Tints of Tory Blue #2C4788

Color information

#2C4788 (or 0x2C4788) is unknown color: approx Tory Blue. HEX triplet: 2C, 47 and 88. RGB value is (44,71,136). Sum of RGB (Red+Green+Blue) = 44+71+136=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C4788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4788 is #D3B877. Grayscale: #464646. Windows color (decimal): -13875320 or 8931116. OLE color: 8931116.

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

Color convert

RGB4471136-
CMYK0.680.4800.47
HSL222.39º51.11%35.29%-
HSV(B)222.39º67.65%53.33%-
XYZ7.746.8224.2-
YUV70.34165.05109.21-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.53%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 136 (53.52% from 255) = 54.18%
R=17.53%
G=28.29%
B=54.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal44711360.680.4800.47222.3951.1135.29
Hex2C4788443002Fde3323
Octal54107210104600573366343
Binary1011001000111100010001000100110000010111111011110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,71,136); }

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

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

 a { background-color: rgb(44,71,136); }

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

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

 span { border-color: rgb(44,71,136); }

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