#344895

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

Shades of Tory Blue #344895

Tints of Tory Blue #344895

Color information

#344895 (or 0x344895) is unknown color: approx Tory Blue. HEX triplet: 34, 48 and 95. RGB value is (52,72,149). Sum of RGB (Red+Green+Blue) = 52+72+149=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #344895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344895 is #CBB76A. Grayscale: #4A4A4A. Windows color (decimal): -13350763 or 9783348. OLE color: 9783348.

HSL color Cylindrical-coordinate representation of color #344895: hue angle of 227.63º 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 #344895 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5272149-
CMYK0.650.5200.42
HSL227.63º48.26%39.41%-
HSV(B)227.63º65.1%58.43%-
XYZ9.167.5329.41-
YUV74.8169.87111.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 149 (58.59% from 255) = 54.58%
R=19.05%
G=26.37%
B=54.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52721490.650.5200.42227.6348.2639.41
Hex344895413402Ae43027
Octal64110225101640523446047
Binary1101001001000100101011000001110100010101011100100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344895; }

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

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

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

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

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

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

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

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