#345887

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

Shades of St Tropaz #345887

Tints of St Tropaz #345887

Color information

#345887 (or 0x345887) is unknown color: approx St Tropaz. HEX triplet: 34, 58 and 87. RGB value is (52,88,135). Sum of RGB (Red+Green+Blue) = 52+88+135=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #345887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345887 is #CBA778. Grayscale: #525252. Windows color (decimal): -13346681 or 8869940. OLE color: 8869940.

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

Color convert

RGB5288135-
CMYK0.610.3500.47
HSL213.98º44.39%36.67%-
HSV(B)213.98º61.48%52.94%-
XYZ9.289.4624.26-
YUV82.59157.57106.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=18.91%
G=32%
B=49.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52881350.610.3500.47213.9844.3936.67
Hex3458873D2302Fd62c25
Octal6413020775430573265445
Binary110100101100010000111111101100011010111111010110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345887; }

 p { color: rgb(52,88,135); }

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

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

 a { background-color: rgb(52,88,135); }

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

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

 span { border-color: rgb(52,88,135); }

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