#35578D

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

Shades of St Tropaz #35578D

Tints of St Tropaz #35578D

Color information

#35578D (or 0x35578D) is unknown color: approx St Tropaz. HEX triplet: 35, 57 and 8D. RGB value is (53,87,141). Sum of RGB (Red+Green+Blue) = 53+87+141=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #35578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35578D is #CAA872. Grayscale: #525252. Windows color (decimal): -13281395 or 9262901. OLE color: 9262901.

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

Color convert

RGB5387141-
CMYK0.620.3800.45
HSL216.82º45.36%38.04%-
HSV(B)216.82º62.41%55.29%-
XYZ9.689.526.52-
YUV82.99160.74106.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 141 (55.47% from 255) = 50.18%
R=18.86%
G=30.96%
B=50.18%

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
Decimal53871410.620.3800.45216.8245.3638.04
Hex35578D3E2602Dd92d26
Octal6512721576460553315546
Binary110101101011110001101111110100110010110111011001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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