#344E96

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

Shades of Tory Blue #344E96

Tints of Tory Blue #344E96

Color information

#344E96 (or 0x344E96) is unknown color: approx Tory Blue. HEX triplet: 34, 4E and 96. RGB value is (52,78,150). Sum of RGB (Red+Green+Blue) = 52+78+150=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #344E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344E96 is #CBB169. Grayscale: #4E4E4E. Windows color (decimal): -13349226 or 9850420. OLE color: 9850420.

HSL color Cylindrical-coordinate representation of color #344E96: hue angle of 224.08º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #344E96 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5278150-
CMYK0.650.4800.41
HSL224.08º48.51%39.61%-
HSV(B)224.08º65.33%58.82%-
XYZ9.658.3829.96-
YUV78.43168.39109.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 150 (58.98% from 255) = 53.57%
R=18.57%
G=27.86%
B=53.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52781500.650.4800.41224.0848.5139.61
Hex344E964130029e03128
Octal64116226101600513406150
Binary1101001001110100101101000001110000010100111100000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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