#345592

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

Shades of Tory Blue #345592

Tints of Tory Blue #345592

Color information

#345592 (or 0x345592) is unknown color: approx Tory Blue. HEX triplet: 34, 55 and 92. RGB value is (52,85,146). Sum of RGB (Red+Green+Blue) = 52+85+146=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #345592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345592 is #CBAA6D. Grayscale: #515151. Windows color (decimal): -13347438 or 9590068. OLE color: 9590068.

HSL color Cylindrical-coordinate representation of color #345592: hue angle of 218.94º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #345592 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5285146-
CMYK0.640.4200.43
HSL218.94º47.47%38.82%-
HSV(B)218.94º64.38%57.25%-
XYZ9.859.328.47-
YUV82.09164.07106.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=18.37%
G=30.04%
B=51.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52851460.640.4200.43218.9447.4738.82
Hex345592402A02Bdb2f27
Octal64125222100520533335747
Binary1101001010101100100101000000101010010101111011011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345592; }

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

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

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

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

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

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

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

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