#2C448A

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

Shades of Tory Blue #2C448A

Tints of Tory Blue #2C448A

Color information

#2C448A (or 0x2C448A) is unknown color: approx Tory Blue. HEX triplet: 2C, 44 and 8A. RGB value is (44,68,138). Sum of RGB (Red+Green+Blue) = 44+68+138=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C448A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C448A is #D3BB75. Grayscale: #444444. Windows color (decimal): -13876086 or 9061420. OLE color: 9061420.

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

Color convert

RGB4468138-
CMYK0.680.5100.46
HSL224.68º51.65%35.69%-
HSV(B)224.68º68.12%54.12%-
XYZ7.696.524.89-
YUV68.8167.05110.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.6%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 138 (54.30% from 255) = 55.2%
R=17.6%
G=27.2%
B=55.2%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal44681380.680.5100.46224.6851.6535.69
Hex2C448A443302Ee13424
Octal54104212104630563416444
Binary1011001000100100010101000100110011010111011100001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,68,138); }

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

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

 a { background-color: rgb(44,68,138); }

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

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

 span { border-color: rgb(44,68,138); }

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