#344495

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

Shades of Tory Blue #344495

Tints of Tory Blue #344495

Color information

#344495 (or 0x344495) is unknown color: approx Tory Blue. HEX triplet: 34, 44 and 95. RGB value is (52,68,149). Sum of RGB (Red+Green+Blue) = 52+68+149=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #344495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344495 is #CBBB6A. Grayscale: #484848. Windows color (decimal): -13351787 or 9782324. OLE color: 9782324.

HSL color Cylindrical-coordinate representation of color #344495: hue angle of 230.1º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #344495 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5268149-
CMYK0.650.5400.42
HSL230.1º48.26%39.41%-
HSV(B)230.1º65.1%58.43%-
XYZ8.917.0329.32-
YUV72.45171.2113.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 149 (58.59% from 255) = 55.39%
R=19.33%
G=25.28%
B=55.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52681490.650.5400.42230.148.2639.41
Hex344495413602Ae63027
Octal64104225101660523466047
Binary1101001000100100101011000001110110010101011100110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344495; }

 p { color: rgb(52,68,149); }

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

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

 a { background-color: rgb(52,68,149); }

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

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

 span { border-color: rgb(52,68,149); }

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