#2C4B99

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

Shades of Tory Blue #2C4B99

Tints of Tory Blue #2C4B99

Color information

#2C4B99 (or 0x2C4B99) is unknown color: approx Tory Blue. HEX triplet: 2C, 4B and 99. RGB value is (44,75,153). Sum of RGB (Red+Green+Blue) = 44+75+153=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #2C4B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4B99 is #D3B466. Grayscale: #4A4A4A. Windows color (decimal): -13874279 or 10046252. OLE color: 10046252.

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

Color convert

RGB4475153-
CMYK0.710.5100.4
HSL222.94º55.33%38.63%-
HSV(B)222.94º71.24%60%-
XYZ9.37.8731.17-
YUV74.62172.23106.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.18%
GREEN value IS 75 (29.69% from 255) = 27.57%
BLUE value IS 153 (60.16% from 255) = 56.25%
R=16.18%
G=27.57%
B=56.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal44751530.710.5100.4222.9455.3338.63
Hex2C4B994733028df3727
Octal54113231107630503376747
Binary1011001001011100110011000111110011010100011011111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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