#2C3C97

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

Shades of Tory Blue #2C3C97

Tints of Tory Blue #2C3C97

Color information

#2C3C97 (or 0x2C3C97) is unknown color: approx Tory Blue. HEX triplet: 2C, 3C and 97. RGB value is (44,60,151). Sum of RGB (Red+Green+Blue) = 44+60+151=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #2C3C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3C97 is #D3C368. Grayscale: #414141. Windows color (decimal): -13878121 or 9911340. OLE color: 9911340.

HSL color Cylindrical-coordinate representation of color #2C3C97: hue angle of 231.03º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C3C97 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4460151-
CMYK0.710.6000.41
HSL231.03º54.87%38.24%-
HSV(B)231.03º70.86%59.22%-
XYZ8.24630-
YUV65.59176.2112.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.25%
GREEN value IS 60 (23.83% from 255) = 23.53%
BLUE value IS 151 (59.38% from 255) = 59.22%
R=17.25%
G=23.53%
B=59.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal44601510.710.6000.41231.0354.8738.24
Hex2C3C97473C029e73726
Octal5474227107740513476746
Binary101100111100100101111000111111100010100111100111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,60,151); }

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

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

 a { background-color: rgb(44,60,151); }

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

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

 span { border-color: rgb(44,60,151); }

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