#355073

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

Shades of St Tropaz #355073

Tints of St Tropaz #355073

Color information

#355073 (or 0x355073) is unknown color: approx St Tropaz. HEX triplet: 35, 50 and 73. RGB value is (53,80,115). Sum of RGB (Red+Green+Blue) = 53+80+115=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #355073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355073 is #CAAF8C. Grayscale: #4B4B4B. Windows color (decimal): -13283213 or 7557173. OLE color: 7557173.

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

Color convert

RGB5380115-
CMYK0.540.3000.55
HSL213.87º36.9%32.94%-
HSV(B)213.87º53.91%45.1%-
XYZ7.437.7317.32-
YUV75.92150.05111.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 115 (45.31% from 255) = 46.37%
R=21.37%
G=32.26%
B=46.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53801150.540.3000.55213.8736.932.94
Hex355073361E037d62521
Octal6512016366360673264541
Binary1101011010000111001111011011110011011111010110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355073; }

 p { color: rgb(53,80,115); }

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

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

 a { background-color: rgb(53,80,115); }

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

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

 span { border-color: rgb(53,80,115); }

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