#344C8E

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

Shades of Tory Blue #344C8E

Tints of Tory Blue #344C8E

Color information

#344C8E (or 0x344C8E) is unknown color: approx Tory Blue. HEX triplet: 34, 4C and 8E. RGB value is (52,76,142). Sum of RGB (Red+Green+Blue) = 52+76+142=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #344C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344C8E is #CBB371. Grayscale: #4C4C4C. Windows color (decimal): -13349746 or 9325620. OLE color: 9325620.

HSL color Cylindrical-coordinate representation of color #344C8E: hue angle of 224º 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 #344C8E is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5276142-
CMYK0.630.4600.44
HSL224º46.39%38.04%-
HSV(B)224º63.38%55.69%-
XYZ8.887.8526.64-
YUV76.35165.05110.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 76 (30.08% from 255) = 28.15%
BLUE value IS 142 (55.86% from 255) = 52.59%
R=19.26%
G=28.15%
B=52.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52761420.630.4600.4422446.3938.04
Hex344C8E3F2E02Ce02e26
Octal6411421677560543405646
Binary110100100110010001110111111101110010110011100000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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