#2C408E

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

Shades of Tory Blue #2C408E

Tints of Tory Blue #2C408E

Color information

#2C408E (or 0x2C408E) is unknown color: approx Tory Blue. HEX triplet: 2C, 40 and 8E. RGB value is (44,64,142). Sum of RGB (Red+Green+Blue) = 44+64+142=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C408E is #D3BF71. Grayscale: #424242. Windows color (decimal): -13877106 or 9322540. OLE color: 9322540.

HSL color Cylindrical-coordinate representation of color #2C408E: hue angle of 227.76º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C408E is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4464142-
CMYK0.690.5500.44
HSL227.76º52.69%36.47%-
HSV(B)227.76º69.01%55.69%-
XYZ7.756.1626.37-
YUV66.91170.37111.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.6%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 142 (55.86% from 255) = 56.8%
R=17.6%
G=25.6%
B=56.8%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal44641420.690.5500.44227.7652.6936.47
Hex2C408E453702Ce43524
Octal54100216105670543446544
Binary1011001000000100011101000101110111010110011100100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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