#345790

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

Shades of Tory Blue #345790

Tints of Tory Blue #345790

Color information

#345790 (or 0x345790) is unknown color: approx Tory Blue. HEX triplet: 34, 57 and 90. RGB value is (52,87,144). Sum of RGB (Red+Green+Blue) = 52+87+144=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #345790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345790 is #CBA86F. Grayscale: #525252. Windows color (decimal): -13346928 or 9459508. OLE color: 9459508.

HSL color Cylindrical-coordinate representation of color #345790: hue angle of 217.17º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #345790 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5287144-
CMYK0.640.4000.44
HSL217.17º46.94%38.43%-
HSV(B)217.17º63.89%56.47%-
XYZ9.869.5627.71-
YUV83.03162.4105.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 144 (56.64% from 255) = 50.88%
R=18.37%
G=30.74%
B=50.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52871440.640.4000.44217.1746.9438.43
Hex345790402802Cd92f26
Octal64127220100500543315746
Binary1101001010111100100001000000101000010110011011001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345790; }

 p { color: rgb(52,87,144); }

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

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

 a { background-color: rgb(52,87,144); }

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

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

 span { border-color: rgb(52,87,144); }

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