#34598C

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

Shades of St Tropaz #34598C

Tints of St Tropaz #34598C

Color information

#34598C (or 0x34598C) is unknown color: approx St Tropaz. HEX triplet: 34, 59 and 8C. RGB value is (52,89,140). Sum of RGB (Red+Green+Blue) = 52+89+140=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #34598C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34598C is #CBA673. Grayscale: #535353. Windows color (decimal): -13346420 or 9197876. OLE color: 9197876.

HSL color Cylindrical-coordinate representation of color #34598C: hue angle of 214.77º 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 #34598C is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5289140-
CMYK0.630.3600.45
HSL214.77º45.83%37.65%-
HSV(B)214.77º62.86%54.9%-
XYZ9.729.7726.18-
YUV83.75159.74105.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 140 (55.08% from 255) = 49.82%
R=18.51%
G=31.67%
B=49.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52891400.630.3600.45214.7745.8337.65
Hex34598C3F2402Dd72e26
Octal6413121477440553275646
Binary110100101100110001100111111100100010110111010111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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