#2C4E9E

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

Shades of Tory Blue #2C4E9E

Tints of Tory Blue #2C4E9E

Color information

#2C4E9E (or 0x2C4E9E) is unknown color: approx Tory Blue. HEX triplet: 2C, 4E and 9E. RGB value is (44,78,158). Sum of RGB (Red+Green+Blue) = 44+78+158=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C4E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C4E9E is #D3B161. Grayscale: #4C4C4C. Windows color (decimal): -13873506 or 10374700. OLE color: 10374700.

HSL color Cylindrical-coordinate representation of color #2C4E9E: hue angle of 222.11º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C4E9E is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4478158-
CMYK0.720.5100.38
HSL222.11º56.44%39.61%-
HSV(B)222.11º72.15%61.96%-
XYZ9.938.4533.46-
YUV76.95173.74104.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.71%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 158 (62.11% from 255) = 56.43%
R=15.71%
G=27.86%
B=56.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44781580.720.5100.38222.1156.4439.61
Hex2C4E9E4833026de3828
Octal54116236110630463367050
Binary1011001001110100111101001000110011010011011011110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,78,158); }

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

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

 a { background-color: rgb(44,78,158); }

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

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

 span { border-color: rgb(44,78,158); }

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