#2C4599

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

Shades of Tory Blue #2C4599

Tints of Tory Blue #2C4599

Color information

#2C4599 (or 0x2C4599) is unknown color: approx Tory Blue. HEX triplet: 2C, 45 and 99. RGB value is (44,69,153). Sum of RGB (Red+Green+Blue) = 44+69+153=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #2C4599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4599 is #D3BA66. Grayscale: #464646. Windows color (decimal): -13875815 or 10044716. OLE color: 10044716.

HSL color Cylindrical-coordinate representation of color #2C4599: hue angle of 226.24º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C4599 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4469153-
CMYK0.710.5500.4
HSL226.24º55.33%38.63%-
HSV(B)226.24º71.24%60%-
XYZ8.927.0931.04-
YUV71.1174.22108.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.54%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 153 (60.16% from 255) = 57.52%
R=16.54%
G=25.94%
B=57.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal44691530.710.5500.4226.2455.3338.63
Hex2C45994737028e23727
Octal54105231107670503426747
Binary1011001000101100110011000111110111010100011100010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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