#344EA1

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

Shades of Tory Blue #344EA1

Tints of Tory Blue #344EA1

Color information

#344EA1 (or 0x344EA1) is unknown color: approx Tory Blue. HEX triplet: 34, 4E and A1. RGB value is (52,78,161). Sum of RGB (Red+Green+Blue) = 52+78+161=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 161 (63.28% from 255 or 55.33% from 291); Max value from RGB is 161 - color contains mainly: blue. Hex color #344EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344EA1 is #CBB15E. Grayscale: #4F4F4F. Windows color (decimal): -13349215 or 10571316. OLE color: 10571316.

HSL color Cylindrical-coordinate representation of color #344EA1: hue angle of 225.69º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #344EA1 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5278161-
CMYK0.680.5200.37
HSL225.69º51.17%41.76%-
HSV(B)225.69º67.7%63.14%-
XYZ10.578.7534.85-
YUV79.69173.89108.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 78 (30.86% from 255) = 26.80%
BLUE value IS 161 (63.28% from 255) = 55.33%
R=17.87%
G=26.80%
B=55.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal52781610.680.5200.37225.6951.1741.76
Hex344EA14434025e2332a
Octal64116241104640453426352
Binary1101001001110101000011000100110100010010111100010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344EA1; }

 p { color: rgb(52,78,161); }

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

<style>
 a { background-color: #344EA1; }

 a { background-color: rgb(52,78,161); }

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

<style>
 span { border-color: #344EA1; }

 span { border-color: rgb(52,78,161); }

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