#2C4588

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

Shades of Tory Blue #2C4588

Tints of Tory Blue #2C4588

Color information

#2C4588 (or 0x2C4588) is unknown color: approx Tory Blue. HEX triplet: 2C, 45 and 88. RGB value is (44,69,136). Sum of RGB (Red+Green+Blue) = 44+69+136=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C4588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4588 is #D3BA77. Grayscale: #444444. Windows color (decimal): -13875832 or 8930604. OLE color: 8930604.

HSL color Cylindrical-coordinate representation of color #2C4588: hue angle of 223.7º 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 #2C4588 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4469136-
CMYK0.680.4900.47
HSL223.7º51.11%35.29%-
HSV(B)223.7º67.65%53.33%-
XYZ7.616.5724.16-
YUV69.16165.72110.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.67%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 136 (53.52% from 255) = 54.62%
R=17.67%
G=27.71%
B=54.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal44691360.680.4900.47223.751.1135.29
Hex2C4588443102Fe03323
Octal54105210104610573406343
Binary1011001000101100010001000100110001010111111100000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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