#2C458D

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

Shades of Tory Blue #2C458D

Tints of Tory Blue #2C458D

Color information

#2C458D (or 0x2C458D) is unknown color: approx Tory Blue. HEX triplet: 2C, 45 and 8D. RGB value is (44,69,141). Sum of RGB (Red+Green+Blue) = 44+69+141=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #2C458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C458D is #D3BA72. Grayscale: #454545. Windows color (decimal): -13875827 or 9258284. OLE color: 9258284.

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

Color convert

RGB4469141-
CMYK0.690.5100.45
HSL224.54º52.43%36.27%-
HSV(B)224.54º68.79%55.29%-
XYZ7.976.7126.08-
YUV69.73168.22109.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.32%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 141 (55.47% from 255) = 55.51%
R=17.32%
G=27.17%
B=55.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44691410.690.5100.45224.5452.4336.27
Hex2C458D453302De13424
Octal54105215105630553416444
Binary1011001000101100011011000101110011010110111100001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,69,141); }

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

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

 a { background-color: rgb(44,69,141); }

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

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

 span { border-color: rgb(44,69,141); }

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