#355275

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

Shades of St Tropaz #355275

Tints of St Tropaz #355275

Color information

#355275 (or 0x355275) is unknown color: approx St Tropaz. HEX triplet: 35, 52 and 75. RGB value is (53,82,117). Sum of RGB (Red+Green+Blue) = 53+82+117=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #355275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355275 is #CAAD8A. Grayscale: #4D4D4D. Windows color (decimal): -13282699 or 7688757. OLE color: 7688757.

HSL color Cylindrical-coordinate representation of color #355275: hue angle of 212.81º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355275 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5382117-
CMYK0.550.3000.54
HSL212.81º37.65%33.33%-
HSV(B)212.81º54.7%45.88%-
XYZ7.78.0817.98-
YUV77.32150.39110.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=21.03%
G=32.54%
B=46.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53821170.550.3000.54212.8137.6533.33
Hex355275371E036d52621
Octal6512216567360663254641
Binary1101011010010111010111011111110011011011010101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355275; }

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

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

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

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

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

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

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

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