#34598E

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

Shades of St Tropaz #34598E

Tints of St Tropaz #34598E

Color information

#34598E (or 0x34598E) is unknown color: approx St Tropaz. HEX triplet: 34, 59 and 8E. RGB value is (52,89,142). Sum of RGB (Red+Green+Blue) = 52+89+142=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #34598E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34598E is #CBA671. Grayscale: #535353. Windows color (decimal): -13346418 or 9328948. OLE color: 9328948.

HSL color Cylindrical-coordinate representation of color #34598E: hue angle of 215.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34598E is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5289142-
CMYK0.630.3700.44
HSL215.33º46.39%38.04%-
HSV(B)215.33º63.38%55.69%-
XYZ9.879.8326.97-
YUV83.98160.74105.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=18.37%
G=31.45%
B=50.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52891420.630.3700.44215.3346.3938.04
Hex34598E3F2502Cd72e26
Octal6413121677450543275646
Binary110100101100110001110111111100101010110011010111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34598E; }

 p { color: rgb(52,89,142); }

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

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

 a { background-color: rgb(52,89,142); }

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

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

 span { border-color: rgb(52,89,142); }

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