#344D9B

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

Shades of Tory Blue #344D9B

Tints of Tory Blue #344D9B

Color information

#344D9B (or 0x344D9B) is unknown color: approx Tory Blue. HEX triplet: 34, 4D and 9B. RGB value is (52,77,155). Sum of RGB (Red+Green+Blue) = 52+77+155=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #344D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344D9B is #CBB264. Grayscale: #4E4E4E. Windows color (decimal): -13349477 or 10177844. OLE color: 10177844.

HSL color Cylindrical-coordinate representation of color #344D9B: hue angle of 225.44º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #344D9B is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5277155-
CMYK0.660.5000.39
HSL225.44º49.76%40.59%-
HSV(B)225.44º66.45%60.78%-
XYZ9.998.432.11-
YUV78.42171.22109.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 155 (60.94% from 255) = 54.58%
R=18.31%
G=27.11%
B=54.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52771550.660.5000.39225.4449.7640.59
Hex344D9B4232027e13229
Octal64115233102620473416251
Binary1101001001101100110111000010110010010011111100001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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