#344C9E

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

Shades of Tory Blue #344C9E

Tints of Tory Blue #344C9E

Color information

#344C9E (or 0x344C9E) is unknown color: approx Tory Blue. HEX triplet: 34, 4C and 9E. RGB value is (52,76,158). Sum of RGB (Red+Green+Blue) = 52+76+158=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #344C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344C9E is #CBB361. Grayscale: #4D4D4D. Windows color (decimal): -13349730 or 10374196. OLE color: 10374196.

HSL color Cylindrical-coordinate representation of color #344C9E: hue angle of 226.42º 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 #344C9E is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5276158-
CMYK0.670.5200.38
HSL226.42º50.48%41.18%-
HSV(B)226.42º67.09%61.96%-
XYZ10.178.3733.43-
YUV78.17173.05109.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.18%
GREEN value IS 76 (30.08% from 255) = 26.57%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=18.18%
G=26.57%
B=55.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52761580.670.5200.38226.4250.4841.18
Hex344C9E4334026e23229
Octal64114236103640463426251
Binary1101001001100100111101000011110100010011011100010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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