#2C498A

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

Shades of Tory Blue #2C498A

Tints of Tory Blue #2C498A

Color information

#2C498A (or 0x2C498A) is unknown color: approx Tory Blue. HEX triplet: 2C, 49 and 8A. RGB value is (44,73,138). Sum of RGB (Red+Green+Blue) = 44+73+138=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C498A is #D3B675. Grayscale: #474747. Windows color (decimal): -13874806 or 9062700. OLE color: 9062700.

HSL color Cylindrical-coordinate representation of color #2C498A: hue angle of 221.49º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C498A is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4473138-
CMYK0.680.4700.46
HSL221.49º51.65%35.69%-
HSV(B)221.49º68.12%54.12%-
XYZ8.017.1425-
YUV71.74165.39108.21-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.25%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 138 (54.30% from 255) = 54.12%
R=17.25%
G=28.63%
B=54.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal44731380.680.4700.46221.4951.6535.69
Hex2C498A442F02Edd3424
Octal54111212104570563356444
Binary1011001001001100010101000100101111010111011011101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,73,138); }

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

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

 a { background-color: rgb(44,73,138); }

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

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

 span { border-color: rgb(44,73,138); }

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