#2c478c

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

Shades of Tory Blue #2C478C

Tints of Tory Blue #2C478C

Color information

#2C478C (or 0x2C478C) is unknown color: approx Tory Blue. HEX triplet: 2C, 47 and 8C. RGB value is (44,71,140). Sum of RGB (Red+Green+Blue) = 44+71+140=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #2C478C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C478C is #D3B873. Grayscale: #464646. Windows color (decimal): -13875316 or 9193260. OLE color: 9193260.

HSL color Cylindrical-coordinate representation of color #2C478C: hue angle of 223.12º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C478C is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4471140-
CMYK0.690.4900.45
HSL223.12º52.17%36.08%-
HSV(B)223.12º68.57%54.9%-
XYZ8.036.9425.73-
YUV70.79167.05108.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.25%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 140 (55.08% from 255) = 54.90%
R=17.25%
G=27.84%
B=54.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44711400.690.4900.45223.1252.1736.08
Hex2C478C453102Ddf3424
Octal54107214105610553376444
Binary1011001000111100011001000101110001010110111011111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c478c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,71,140); }

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

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

 a { background-color: rgb(44,71,140); }

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

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

 span { border-color: rgb(44,71,140); }

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