#34588D

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

Shades of St Tropaz #34588D

Tints of St Tropaz #34588D

Color information

#34588D (or 0x34588D) is unknown color: approx St Tropaz. HEX triplet: 34, 58 and 8D. RGB value is (52,88,141). Sum of RGB (Red+Green+Blue) = 52+88+141=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #34588D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34588D is #CBA772. Grayscale: #535353. Windows color (decimal): -13346675 or 9263156. OLE color: 9263156.

HSL color Cylindrical-coordinate representation of color #34588D: hue angle of 215.73º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34588D is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5288141-
CMYK0.630.3800.45
HSL215.73º46.11%37.84%-
HSV(B)215.73º63.12%55.29%-
XYZ9.719.6326.55-
YUV83.28160.57105.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 141 (55.47% from 255) = 50.18%
R=18.51%
G=31.32%
B=50.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52881410.630.3800.45215.7346.1137.84
Hex34588D3F2602Dd82e26
Octal6413021577460553305646
Binary110100101100010001101111111100110010110111011000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34588D; }

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

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

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

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

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

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

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

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