#345490

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

Shades of Tory Blue #345490

Tints of Tory Blue #345490

Color information

#345490 (or 0x345490) is unknown color: approx Tory Blue. HEX triplet: 34, 54 and 90. RGB value is (52,84,144). Sum of RGB (Red+Green+Blue) = 52+84+144=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #345490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345490 is #CBAB6F. Grayscale: #515151. Windows color (decimal): -13347696 or 9458740. OLE color: 9458740.

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

Color convert

RGB5284144-
CMYK0.640.4200.44
HSL219.13º46.94%38.43%-
HSV(B)219.13º63.89%56.47%-
XYZ9.629.0827.63-
YUV81.27163.4107.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 144 (56.64% from 255) = 51.43%
R=18.57%
G=30%
B=51.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52841440.640.4200.44219.1346.9438.43
Hex345490402A02Cdb2f26
Octal64124220100520543335746
Binary1101001010100100100001000000101010010110011011011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345490; }

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

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

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

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

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

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

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

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