#344795

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

Shades of Tory Blue #344795

Tints of Tory Blue #344795

Color information

#344795 (or 0x344795) is unknown color: approx Tory Blue. HEX triplet: 34, 47 and 95. RGB value is (52,71,149). Sum of RGB (Red+Green+Blue) = 52+71+149=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #344795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344795 is #CBB86A. Grayscale: #494949. Windows color (decimal): -13351019 or 9783092. OLE color: 9783092.

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

Color convert

RGB5271149-
CMYK0.650.5200.42
HSL228.25º48.26%39.41%-
HSV(B)228.25º65.1%58.43%-
XYZ9.097.4129.38-
YUV74.21170.21112.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 149 (58.59% from 255) = 54.78%
R=19.12%
G=26.10%
B=54.78%

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
Decimal52711490.650.5200.42228.2548.2639.41
Hex344795413402Ae43027
Octal64107225101640523446047
Binary1101001000111100101011000001110100010101011100100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344795; }

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

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

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

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

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

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

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

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