#345688

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

Shades of St Tropaz #345688

Tints of St Tropaz #345688

Color information

#345688 (or 0x345688) is unknown color: approx St Tropaz. HEX triplet: 34, 56 and 88. RGB value is (52,86,136). Sum of RGB (Red+Green+Blue) = 52+86+136=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #345688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345688 is #CBA977. Grayscale: #515151. Windows color (decimal): -13347192 or 8934964. OLE color: 8934964.

HSL color Cylindrical-coordinate representation of color #345688: hue angle of 215.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #345688 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5286136-
CMYK0.620.3700.47
HSL215.71º44.68%36.86%-
HSV(B)215.71º61.76%53.33%-
XYZ9.199.1624.58-
YUV81.53158.74106.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 136 (53.52% from 255) = 49.64%
R=18.98%
G=31.39%
B=49.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52861360.620.3700.47215.7144.6836.86
Hex3456883E2502Fd82d25
Octal6412621076450573305545
Binary110100101011010001000111110100101010111111011000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345688; }

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

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

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

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

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

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

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

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