#344E92

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

Shades of Tory Blue #344E92

Tints of Tory Blue #344E92

Color information

#344E92 (or 0x344E92) is unknown color: approx Tory Blue. HEX triplet: 34, 4E and 92. RGB value is (52,78,146). Sum of RGB (Red+Green+Blue) = 52+78+146=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #344E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344E92 is #CBB16D. Grayscale: #4D4D4D. Windows color (decimal): -13349230 or 9588276. OLE color: 9588276.

HSL color Cylindrical-coordinate representation of color #344E92: hue angle of 223.4º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #344E92 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5278146-
CMYK0.640.4700.43
HSL223.4º47.47%38.82%-
HSV(B)223.4º64.38%57.25%-
XYZ9.338.2528.3-
YUV77.98166.39109.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 78 (30.86% from 255) = 28.26%
BLUE value IS 146 (57.42% from 255) = 52.90%
R=18.84%
G=28.26%
B=52.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52781460.640.4700.43223.447.4738.82
Hex344E92402F02Bdf2f27
Octal64116222100570533375747
Binary1101001001110100100101000000101111010101111011111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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