#345683

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

Shades of St Tropaz #345683

Tints of St Tropaz #345683

Color information

#345683 (or 0x345683) is unknown color: approx St Tropaz. HEX triplet: 34, 56 and 83. RGB value is (52,86,131). Sum of RGB (Red+Green+Blue) = 52+86+131=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #345683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345683 is #CBA97C. Grayscale: #505050. Windows color (decimal): -13347197 or 8607284. OLE color: 8607284.

HSL color Cylindrical-coordinate representation of color #345683: hue angle of 214.18º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345683 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5286131-
CMYK0.600.3400.49
HSL214.18º43.17%35.88%-
HSV(B)214.18º60.31%51.37%-
XYZ8.849.0222.75-
YUV80.96156.24107.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 131 (51.56% from 255) = 48.70%
R=19.33%
G=31.97%
B=48.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52861310.600.3400.49214.1843.1735.88
Hex3456833C22031d62b24
Octal6412620374420613265344
Binary110100101011010000011111100100010011000111010110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345683; }

 p { color: rgb(52,86,131); }

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

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

 a { background-color: rgb(52,86,131); }

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

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

 span { border-color: rgb(52,86,131); }

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