#344296

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

Shades of Tory Blue #344296

Tints of Tory Blue #344296

Color information

#344296 (or 0x344296) is unknown color: approx Tory Blue. HEX triplet: 34, 42 and 96. RGB value is (52,66,150). Sum of RGB (Red+Green+Blue) = 52+66+150=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #344296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344296 is #CBBD69. Grayscale: #474747. Windows color (decimal): -13352298 or 9847348. OLE color: 9847348.

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

Color convert

RGB5266150-
CMYK0.650.5600.41
HSL231.43º48.51%39.61%-
HSV(B)231.43º65.33%58.82%-
XYZ8.876.8329.7-
YUV71.39172.36114.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 150 (58.98% from 255) = 55.97%
R=19.40%
G=24.63%
B=55.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52661500.650.5600.41231.4348.5139.61
Hex3442964138029e73128
Octal64102226101700513476150
Binary1101001000010100101101000001111000010100111100111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344296; }

 p { color: rgb(52,66,150); }

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

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

 a { background-color: rgb(52,66,150); }

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

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

 span { border-color: rgb(52,66,150); }

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