#35557A

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

Shades of St Tropaz #35557A

Tints of St Tropaz #35557A

Color information

#35557A (or 0x35557A) is unknown color: approx St Tropaz. HEX triplet: 35, 55 and 7A. RGB value is (53,85,122). Sum of RGB (Red+Green+Blue) = 53+85+122=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 122 - color contains mainly: blue. Hex color #35557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35557A is #CAAA85. Grayscale: #4F4F4F. Windows color (decimal): -13281926 or 8017205. OLE color: 8017205.

HSL color Cylindrical-coordinate representation of color #35557A: hue angle of 212.17º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35557A is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5385122-
CMYK0.570.3000.52
HSL212.17º39.43%34.31%-
HSV(B)212.17º56.56%47.84%-
XYZ8.238.6619.65-
YUV79.65151.9108.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 122 (48.05% from 255) = 46.92%
R=20.38%
G=32.69%
B=46.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53851220.570.3000.52212.1739.4334.31
Hex35557A391E034d42722
Octal6512517271360643244742
Binary1101011010101111101011100111110011010011010100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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