#355074

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

Shades of St Tropaz #355074

Tints of St Tropaz #355074

Color information

#355074 (or 0x355074) is unknown color: approx St Tropaz. HEX triplet: 35, 50 and 74. RGB value is (53,80,116). Sum of RGB (Red+Green+Blue) = 53+80+116=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #355074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355074 is #CAAF8B. Grayscale: #4B4B4B. Windows color (decimal): -13283212 or 7622709. OLE color: 7622709.

HSL color Cylindrical-coordinate representation of color #355074: hue angle of 214.29º 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 #355074 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5380116-
CMYK0.540.3100.55
HSL214.29º37.28%33.14%-
HSV(B)214.29º54.31%45.49%-
XYZ7.497.7617.63-
YUV76.03150.55111.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 116 (45.70% from 255) = 46.59%
R=21.29%
G=32.13%
B=46.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53801160.540.3100.55214.2937.2833.14
Hex355074361F037d62521
Octal6512016466370673264541
Binary1101011010000111010011011011111011011111010110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355074; }

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

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

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

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

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

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

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

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