#2c4c8f

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

Shades of Tory Blue #2C4C8F

Tints of Tory Blue #2C4C8F

Color information

#2C4C8F (or 0x2C4C8F) is unknown color: approx Tory Blue. HEX triplet: 2C, 4C and 8F. RGB value is (44,76,143). Sum of RGB (Red+Green+Blue) = 44+76+143=263 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.73% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #2C4C8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4C8F is #D3B370. Grayscale: #494949. Windows color (decimal): -13874033 or 9391148. OLE color: 9391148.

HSL color Cylindrical-coordinate representation of color #2C4C8F: hue angle of 220.61º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C4C8F is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4476143-
CMYK0.690.4700.44
HSL220.61º52.94%36.67%-
HSV(B)220.61º69.23%56.08%-
XYZ8.587.6927.02-
YUV74.07166.9106.55-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.73%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 143 (56.25% from 255) = 54.37%
R=16.73%
G=28.90%
B=54.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal44761430.690.4700.44220.6152.9436.67
Hex2C4C8F452F02Cdd3525
Octal54114217105570543356545
Binary1011001001100100011111000101101111010110011011101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c4c8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,76,143); }

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

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

 a { background-color: rgb(44,76,143); }

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

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

 span { border-color: rgb(44,76,143); }

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