#2C4A99

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

Shades of Tory Blue #2C4A99

Tints of Tory Blue #2C4A99

Color information

#2C4A99 (or 0x2C4A99) is unknown color: approx Tory Blue. HEX triplet: 2C, 4A and 99. RGB value is (44,74,153). Sum of RGB (Red+Green+Blue) = 44+74+153=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #2C4A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4A99 is #D3B566. Grayscale: #494949. Windows color (decimal): -13874535 or 10045996. OLE color: 10045996.

HSL color Cylindrical-coordinate representation of color #2C4A99: hue angle of 223.49º 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 #2C4A99 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4474153-
CMYK0.710.5200.4
HSL223.49º55.33%38.63%-
HSV(B)223.49º71.24%60%-
XYZ9.247.7331.14-
YUV74.04172.56106.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.24%
GREEN value IS 74 (29.30% from 255) = 27.31%
BLUE value IS 153 (60.16% from 255) = 56.46%
R=16.24%
G=27.31%
B=56.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal44741530.710.5200.4223.4955.3338.63
Hex2C4A994734028df3727
Octal54112231107640503376747
Binary1011001001010100110011000111110100010100011011111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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