#344E98

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

Shades of Tory Blue #344E98

Tints of Tory Blue #344E98

Color information

#344E98 (or 0x344E98) is unknown color: approx Tory Blue. HEX triplet: 34, 4E and 98. RGB value is (52,78,152). Sum of RGB (Red+Green+Blue) = 52+78+152=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #344E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344E98 is #CBB167. Grayscale: #4E4E4E. Windows color (decimal): -13349224 or 9981492. OLE color: 9981492.

HSL color Cylindrical-coordinate representation of color #344E98: hue angle of 224.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #344E98 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5278152-
CMYK0.660.4900.40
HSL224.4º49.02%40%-
HSV(B)224.4º65.79%59.61%-
XYZ9.818.4530.82-
YUV78.66169.39108.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 152 (59.77% from 255) = 53.90%
R=18.44%
G=27.66%
B=53.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52781520.660.4900.40224.449.0240
Hex344E984231028e03128
Octal64116230102610503406150
Binary1101001001110100110001000010110001010100011100000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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