#2C4095

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

Shades of Tory Blue #2C4095

Tints of Tory Blue #2C4095

Color information

#2C4095 (or 0x2C4095) is unknown color: approx Tory Blue. HEX triplet: 2C, 40 and 95. RGB value is (44,64,149). Sum of RGB (Red+Green+Blue) = 44+64+149=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #2C4095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4095 is #D3BF6A. Grayscale: #434343. Windows color (decimal): -13877099 or 9781292. OLE color: 9781292.

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

Color convert

RGB4464149-
CMYK0.700.5700.42
HSL228.57º54.4%37.84%-
HSV(B)228.57º70.47%58.43%-
XYZ8.36.3729.23-
YUV67.71173.87111.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.12%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 149 (58.59% from 255) = 57.98%
R=17.12%
G=24.90%
B=57.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal44641490.700.5700.42228.5754.437.84
Hex2C4095463902Ae53626
Octal54100225106710523456646
Binary1011001000000100101011000110111001010101011100101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,64,149); }

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

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

 a { background-color: rgb(44,64,149); }

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

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

 span { border-color: rgb(44,64,149); }

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