#2c4b8c

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

Shades of Tory Blue #2C4B8C

Tints of Tory Blue #2C4B8C

Color information

#2C4B8C (or 0x2C4B8C) is unknown color: approx Tory Blue. HEX triplet: 2C, 4B and 8C. RGB value is (44,75,140). Sum of RGB (Red+Green+Blue) = 44+75+140=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #2C4B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4B8C is #D3B473. Grayscale: #484848. Windows color (decimal): -13874292 or 9194284. OLE color: 9194284.

HSL color Cylindrical-coordinate representation of color #2C4B8C: hue angle of 220.62º 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 #2C4B8C is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4475140-
CMYK0.690.4600.45
HSL220.62º52.17%36.08%-
HSV(B)220.62º68.57%54.9%-
XYZ8.297.4625.81-
YUV73.14165.73107.21-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.99%
GREEN value IS 75 (29.69% from 255) = 28.96%
BLUE value IS 140 (55.08% from 255) = 54.05%
R=16.99%
G=28.96%
B=54.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44751400.690.4600.45220.6252.1736.08
Hex2C4B8C452E02Ddd3424
Octal54113214105560553356444
Binary1011001001011100011001000101101110010110111011101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c4b8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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