#35598D

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

Shades of St Tropaz #35598D

Tints of St Tropaz #35598D

Color information

#35598D (or 0x35598D) is unknown color: approx St Tropaz. HEX triplet: 35, 59 and 8D. RGB value is (53,89,141). Sum of RGB (Red+Green+Blue) = 53+89+141=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #35598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35598D is #CAA672. Grayscale: #535353. Windows color (decimal): -13280883 or 9263413. OLE color: 9263413.

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

Color convert

RGB5389141-
CMYK0.620.3700.45
HSL215.45º45.36%38.04%-
HSV(B)215.45º62.41%55.29%-
XYZ9.859.8226.58-
YUV84.16160.07105.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 141 (55.47% from 255) = 49.82%
R=18.73%
G=31.45%
B=49.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53891410.620.3700.45215.4545.3638.04
Hex35598D3E2502Dd72d26
Octal6513121576450553275546
Binary110101101100110001101111110100101010110111010111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,89,141); }

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

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

 a { background-color: rgb(53,89,141); }

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

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

 span { border-color: rgb(53,89,141); }

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