#344C92

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

Shades of Tory Blue #344C92

Tints of Tory Blue #344C92

Color information

#344C92 (or 0x344C92) is unknown color: approx Tory Blue. HEX triplet: 34, 4C and 92. RGB value is (52,76,146). Sum of RGB (Red+Green+Blue) = 52+76+146=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #344C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344C92 is #CBB36D. Grayscale: #4C4C4C. Windows color (decimal): -13349742 or 9587764. OLE color: 9587764.

HSL color Cylindrical-coordinate representation of color #344C92: hue angle of 224.68º 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 #344C92 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5276146-
CMYK0.640.4800.43
HSL224.68º47.47%38.82%-
HSV(B)224.68º64.38%57.25%-
XYZ9.197.9728.25-
YUV76.8167.05110.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 76 (30.08% from 255) = 27.74%
BLUE value IS 146 (57.42% from 255) = 53.28%
R=18.98%
G=27.74%
B=53.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52761460.640.4800.43224.6847.4738.82
Hex344C92403002Be12f27
Octal64114222100600533415747
Binary1101001001100100100101000000110000010101111100001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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