#35557F

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

Shades of St Tropaz #35557F

Tints of St Tropaz #35557F

Color information

#35557F (or 0x35557F) is unknown color: approx St Tropaz. HEX triplet: 35, 55 and 7F. RGB value is (53,85,127). Sum of RGB (Red+Green+Blue) = 53+85+127=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #35557F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35557F is #CAAA80. Grayscale: #505050. Windows color (decimal): -13281921 or 8344885. OLE color: 8344885.

HSL color Cylindrical-coordinate representation of color #35557F: hue angle of 214.05º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35557F is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5385127-
CMYK0.580.3300.50
HSL214.05º41.11%35.29%-
HSV(B)214.05º58.27%49.8%-
XYZ8.558.7921.32-
YUV80.22154.4108.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 127 (50% from 255) = 47.92%
R=20%
G=32.08%
B=47.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53851270.580.3300.50214.0541.1135.29
Hex35557F3A21032d62923
Octal6512517772410623265143
Binary11010110101011111111111010100001011001011010110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,85,127); }

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

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

 a { background-color: rgb(53,85,127); }

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

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

 span { border-color: rgb(53,85,127); }

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