#35527C

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

Shades of St Tropaz #35527C

Tints of St Tropaz #35527C

Color information

#35527C (or 0x35527C) is unknown color: approx St Tropaz. HEX triplet: 35, 52 and 7C. RGB value is (53,82,124). Sum of RGB (Red+Green+Blue) = 53+82+124=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #35527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35527C is #CAAD83. Grayscale: #4D4D4D. Windows color (decimal): -13282692 or 8147509. OLE color: 8147509.

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

Color convert

RGB5382124-
CMYK0.570.3400.51
HSL215.49º40.11%34.71%-
HSV(B)215.49º57.26%48.63%-
XYZ8.128.2520.23-
YUV78.12153.89110.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=20.46%
G=31.66%
B=47.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53821240.570.3400.51215.4940.1134.71
Hex35527C3922033d72823
Octal6512217471420633275043
Binary11010110100101111100111001100010011001111010111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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