#344D95

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

Shades of Tory Blue #344D95

Tints of Tory Blue #344D95

Color information

#344D95 (or 0x344D95) is unknown color: approx Tory Blue. HEX triplet: 34, 4D and 95. RGB value is (52,77,149). Sum of RGB (Red+Green+Blue) = 52+77+149=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #344D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344D95 is #CBB26A. Grayscale: #4D4D4D. Windows color (decimal): -13349483 or 9784628. OLE color: 9784628.

HSL color Cylindrical-coordinate representation of color #344D95: hue angle of 224.54º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #344D95 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5277149-
CMYK0.650.4800.42
HSL224.54º48.26%39.41%-
HSV(B)224.54º65.1%58.43%-
XYZ9.498.2129.52-
YUV77.73168.22109.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 149 (58.59% from 255) = 53.60%
R=18.71%
G=27.70%
B=53.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52771490.650.4800.42224.5448.2639.41
Hex344D95413002Ae13027
Octal64115225101600523416047
Binary1101001001101100101011000001110000010101011100001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,77,149); }

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

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

 a { background-color: rgb(52,77,149); }

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

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

 span { border-color: rgb(52,77,149); }

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