#344F8E

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

Shades of Tory Blue #344F8E

Tints of Tory Blue #344F8E

Color information

#344F8E (or 0x344F8E) is unknown color: approx Tory Blue. HEX triplet: 34, 4F and 8E. RGB value is (52,79,142). Sum of RGB (Red+Green+Blue) = 52+79+142=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #344F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344F8E is #CBB071. Grayscale: #4D4D4D. Windows color (decimal): -13348978 or 9326388. OLE color: 9326388.

HSL color Cylindrical-coordinate representation of color #344F8E: hue angle of 222º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #344F8E is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5279142-
CMYK0.630.4400.44
HSL222º46.39%38.04%-
HSV(B)222º63.38%55.69%-
XYZ9.098.2826.71-
YUV78.11164.05109.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=19.05%
G=28.94%
B=52.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52791420.630.4400.4422246.3938.04
Hex344F8E3F2C02Cde2e26
Octal6411721677540543365646
Binary110100100111110001110111111101100010110011011110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,79,142); }

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

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

 a { background-color: rgb(52,79,142); }

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

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

 span { border-color: rgb(52,79,142); }

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