#345585

Color #345585 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #345585

Tints of St Tropaz #345585

Color information

#345585 (or 0x345585) is unknown color: approx St Tropaz. HEX triplet: 34, 55 and 85. RGB value is (52,85,133). Sum of RGB (Red+Green+Blue) = 52+85+133=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #345585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345585 is #CBAA7A. Grayscale: #505050. Windows color (decimal): -13347451 or 8738100. OLE color: 8738100.

HSL color Cylindrical-coordinate representation of color #345585: hue angle of 215.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345585 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5285133-
CMYK0.610.3600.48
HSL215.56º43.78%36.27%-
HSV(B)215.56º60.9%52.16%-
XYZ8.98.9223.44-
YUV80.6157.57107.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=19.26%
G=31.48%
B=49.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52851330.610.3600.48215.5643.7836.27
Hex3455853D24030d82c24
Octal6412520575440603305444
Binary110100101010110000101111101100100011000011011000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345585; }

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

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

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

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

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

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

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

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