#344E8E

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

Shades of Tory Blue #344E8E

Tints of Tory Blue #344E8E

Color information

#344E8E (or 0x344E8E) is unknown color: approx Tory Blue. HEX triplet: 34, 4E and 8E. RGB value is (52,78,142). Sum of RGB (Red+Green+Blue) = 52+78+142=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #344E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344E8E is #CBB171. Grayscale: #4D4D4D. Windows color (decimal): -13349234 or 9326132. OLE color: 9326132.

HSL color Cylindrical-coordinate representation of color #344E8E: hue angle of 222.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #344E8E is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5278142-
CMYK0.630.4500.44
HSL222.67º46.39%38.04%-
HSV(B)222.67º63.38%55.69%-
XYZ9.028.1326.69-
YUV77.52164.39109.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 78 (30.86% from 255) = 28.68%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=19.12%
G=28.68%
B=52.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52781420.630.4500.44222.6746.3938.04
Hex344E8E3F2D02Cdf2e26
Octal6411621677550543375646
Binary110100100111010001110111111101101010110011011111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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