#35557D

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

Shades of St Tropaz #35557D

Tints of St Tropaz #35557D

Color information

#35557D (or 0x35557D) is unknown color: approx St Tropaz. HEX triplet: 35, 55 and 7D. RGB value is (53,85,125). Sum of RGB (Red+Green+Blue) = 53+85+125=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #35557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35557D is #CAAA82. Grayscale: #4F4F4F. Windows color (decimal): -13281923 or 8213813. OLE color: 8213813.

HSL color Cylindrical-coordinate representation of color #35557D: hue angle of 213.33º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35557D is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5385125-
CMYK0.580.3200.51
HSL213.33º40.45%34.9%-
HSV(B)213.33º57.6%49.02%-
XYZ8.428.7320.64-
YUV79.99153.4108.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 125 (49.22% from 255) = 47.53%
R=20.15%
G=32.32%
B=47.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53851250.580.3200.51213.3340.4534.9
Hex35557D3A20033d52823
Octal6512517572400633255043
Binary11010110101011111101111010100000011001111010101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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