#344F9E

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

Shades of Tory Blue #344F9E

Tints of Tory Blue #344F9E

Color information

#344F9E (or 0x344F9E) is unknown color: approx Tory Blue. HEX triplet: 34, 4F and 9E. RGB value is (52,79,158). Sum of RGB (Red+Green+Blue) = 52+79+158=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #344F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344F9E is #CBB061. Grayscale: #4F4F4F. Windows color (decimal): -13348962 or 10374964. OLE color: 10374964.

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

Color convert

RGB5279158-
CMYK0.670.5000.38
HSL224.72º50.48%41.18%-
HSV(B)224.72º67.09%61.96%-
XYZ10.388.7933.5-
YUV79.93172.05108.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 79 (31.25% from 255) = 27.34%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=17.99%
G=27.34%
B=54.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52791580.670.5000.38224.7250.4841.18
Hex344F9E4332026e13229
Octal64117236103620463416251
Binary1101001001111100111101000011110010010011011100001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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