#2C4188

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

Shades of Tory Blue #2C4188

Tints of Tory Blue #2C4188

Color information

#2C4188 (or 0x2C4188) is unknown color: approx Tory Blue. HEX triplet: 2C, 41 and 88. RGB value is (44,65,136). Sum of RGB (Red+Green+Blue) = 44+65+136=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C4188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4188 is #D3BE77. Grayscale: #424242. Windows color (decimal): -13876856 or 8929580. OLE color: 8929580.

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

Color convert

RGB4465136-
CMYK0.680.5200.47
HSL226.3º51.11%35.29%-
HSV(B)226.3º67.65%53.33%-
XYZ7.376.0924.08-
YUV66.82167.04111.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.96%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 136 (53.52% from 255) = 55.51%
R=17.96%
G=26.53%
B=55.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal44651360.680.5200.47226.351.1135.29
Hex2C4188443402Fe23323
Octal54101210104640573426343
Binary1011001000001100010001000100110100010111111100010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,65,136); }

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

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

 a { background-color: rgb(44,65,136); }

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

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

 span { border-color: rgb(44,65,136); }

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