#345584

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

Shades of St Tropaz #345584

Tints of St Tropaz #345584

Color information

#345584 (or 0x345584) is unknown color: approx St Tropaz. HEX triplet: 34, 55 and 84. RGB value is (52,85,132). Sum of RGB (Red+Green+Blue) = 52+85+132=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #345584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345584 is #CBAA7B. Grayscale: #505050. Windows color (decimal): -13347452 or 8672564. OLE color: 8672564.

HSL color Cylindrical-coordinate representation of color #345584: hue angle of 215.25º degrees, saturation: 0.43, 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 #345584 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5285132-
CMYK0.610.3600.48
HSL215.25º43.48%36.08%-
HSV(B)215.25º60.61%51.76%-
XYZ8.838.8923.08-
YUV80.49157.07107.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=19.33%
G=31.60%
B=49.07%

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
Decimal52851320.610.3600.48215.2543.4836.08
Hex3455843D24030d72b24
Octal6412520475440603275344
Binary110100101010110000100111101100100011000011010111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345584; }

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

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

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

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

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

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

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

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