#2C5093

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

Shades of Tory Blue #2C5093

Tints of Tory Blue #2C5093

Color information

#2C5093 (or 0x2C5093) is unknown color: approx Tory Blue. HEX triplet: 2C, 50 and 93. RGB value is (44,80,147). Sum of RGB (Red+Green+Blue) = 44+80+147=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #2C5093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5093 is #D3AF6C. Grayscale: #4C4C4C. Windows color (decimal): -13873005 or 9654316. OLE color: 9654316.

HSL color Cylindrical-coordinate representation of color #2C5093: hue angle of 219.03º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C5093 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4480147-
CMYK0.700.4600.42
HSL219.03º53.93%37.45%-
HSV(B)219.03º70.07%57.65%-
XYZ9.178.3828.74-
YUV76.87167.57104.55-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.24%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 147 (57.81% from 255) = 54.24%
R=16.24%
G=29.52%
B=54.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal44801470.700.4600.42219.0353.9337.45
Hex2C5093462E02Adb3625
Octal54120223106560523336645
Binary1011001010000100100111000110101110010101011011011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,80,147); }

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

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

 a { background-color: rgb(44,80,147); }

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

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

 span { border-color: rgb(44,80,147); }

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