#35588F

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

Shades of St Tropaz #35588F

Tints of St Tropaz #35588F

Color information

#35588F (or 0x35588F) is unknown color: approx St Tropaz. HEX triplet: 35, 58 and 8F. RGB value is (53,88,143). Sum of RGB (Red+Green+Blue) = 53+88+143=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #35588F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35588F is #CAA770. Grayscale: #535353. Windows color (decimal): -13281137 or 9394229. OLE color: 9394229.

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

Color convert

RGB5388143-
CMYK0.630.3800.44
HSL216.67º45.92%38.43%-
HSV(B)216.67º62.94%56.08%-
XYZ9.929.7227.34-
YUV83.8161.4106.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 143 (56.25% from 255) = 50.35%
R=18.66%
G=30.99%
B=50.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53881430.630.3800.44216.6745.9238.43
Hex35588F3F2602Cd92e26
Octal6513021777460543315646
Binary110101101100010001111111111100110010110011011001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35588F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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