#35588D

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

Shades of St Tropaz #35588D

Tints of St Tropaz #35588D

Color information

#35588D (or 0x35588D) is unknown color: approx St Tropaz. HEX triplet: 35, 58 and 8D. RGB value is (53,88,141). Sum of RGB (Red+Green+Blue) = 53+88+141=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #35588D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35588D is #CAA772. Grayscale: #535353. Windows color (decimal): -13281139 or 9263157. OLE color: 9263157.

HSL color Cylindrical-coordinate representation of color #35588D: hue angle of 216.14º 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 #35588D is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5388141-
CMYK0.620.3800.45
HSL216.14º45.36%38.04%-
HSV(B)216.14º62.41%55.29%-
XYZ9.779.6626.55-
YUV83.58160.4106.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 141 (55.47% from 255) = 50%
R=18.79%
G=31.21%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53881410.620.3800.45216.1445.3638.04
Hex35588D3E2602Dd82d26
Octal6513021576460553305546
Binary110101101100010001101111110100110010110111011000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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