#35527A

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

Shades of St Tropaz #35527A

Tints of St Tropaz #35527A

Color information

#35527A (or 0x35527A) is unknown color: approx St Tropaz. HEX triplet: 35, 52 and 7A. RGB value is (53,82,122). Sum of RGB (Red+Green+Blue) = 53+82+122=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #35527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35527A is #CAAD85. Grayscale: #4D4D4D. Windows color (decimal): -13282694 or 8016437. OLE color: 8016437.

HSL color Cylindrical-coordinate representation of color #35527A: hue angle of 214.78º 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 #35527A is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5382122-
CMYK0.570.3300.52
HSL214.78º39.43%34.31%-
HSV(B)214.78º56.56%47.84%-
XYZ88.219.57-
YUV77.89152.89110.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 122 (48.05% from 255) = 47.47%
R=20.62%
G=31.91%
B=47.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53821220.570.3300.52214.7839.4334.31
Hex35527A3921034d72722
Octal6512217271410643274742
Binary11010110100101111010111001100001011010011010111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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