#345594

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

Shades of Tory Blue #345594

Tints of Tory Blue #345594

Color information

#345594 (or 0x345594) is unknown color: approx Tory Blue. HEX triplet: 34, 55 and 94. RGB value is (52,85,148). Sum of RGB (Red+Green+Blue) = 52+85+148=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #345594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345594 is #CBAA6B. Grayscale: #525252. Windows color (decimal): -13347436 or 9721140. OLE color: 9721140.

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

Color convert

RGB5285148-
CMYK0.650.4300.42
HSL219.38º48%39.22%-
HSV(B)219.38º64.86%58.04%-
XYZ10.019.3729.3-
YUV82.32165.07106.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 148 (58.20% from 255) = 51.93%
R=18.25%
G=29.82%
B=51.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52851480.650.4300.42219.384839.22
Hex345594412B02Adb3027
Octal64125224101530523336047
Binary1101001010101100101001000001101011010101011011011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345594; }

 p { color: rgb(52,85,148); }

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

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

 a { background-color: rgb(52,85,148); }

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

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

 span { border-color: rgb(52,85,148); }

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