#344A8B

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

Shades of Tory Blue #344A8B

Tints of Tory Blue #344A8B

Color information

#344A8B (or 0x344A8B) is unknown color: approx Tory Blue. HEX triplet: 34, 4A and 8B. RGB value is (52,74,139). Sum of RGB (Red+Green+Blue) = 52+74+139=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #344A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344A8B is #CBB574. Grayscale: #4A4A4A. Windows color (decimal): -13350261 or 9128500. OLE color: 9128500.

HSL color Cylindrical-coordinate representation of color #344A8B: hue angle of 224.83º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #344A8B is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5274139-
CMYK0.630.4700.45
HSL224.83º45.55%37.45%-
HSV(B)224.83º62.59%54.51%-
XYZ8.537.4925.42-
YUV74.83164.21111.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=19.62%
G=27.92%
B=52.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52741390.630.4700.45224.8345.5537.45
Hex344A8B3F2F02De12e25
Octal6411221377570553415645
Binary110100100101010001011111111101111010110111100001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,74,139); }

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

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

 a { background-color: rgb(52,74,139); }

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

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

 span { border-color: rgb(52,74,139); }

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