#344197

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

Shades of Tory Blue #344197

Tints of Tory Blue #344197

Color information

#344197 (or 0x344197) is unknown color: approx Tory Blue. HEX triplet: 34, 41 and 97. RGB value is (52,65,151). Sum of RGB (Red+Green+Blue) = 52+65+151=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #344197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344197 is #CBBE68. Grayscale: #464646. Windows color (decimal): -13352553 or 9912628. OLE color: 9912628.

HSL color Cylindrical-coordinate representation of color #344197: hue angle of 232.12º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #344197 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5265151-
CMYK0.660.5700.41
HSL232.12º48.77%39.8%-
HSV(B)232.12º65.56%59.22%-
XYZ8.896.7530.11-
YUV70.92173.19114.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 151 (59.38% from 255) = 56.34%
R=19.40%
G=24.25%
B=56.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52651510.660.5700.41232.1248.7739.8
Hex3441974239029e83128
Octal64101227102710513506150
Binary1101001000001100101111000010111001010100111101000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344197; }

 p { color: rgb(52,65,151); }

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

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

 a { background-color: rgb(52,65,151); }

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

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

 span { border-color: rgb(52,65,151); }

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