#355278

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

Shades of St Tropaz #355278

Tints of St Tropaz #355278

Color information

#355278 (or 0x355278) is unknown color: approx St Tropaz. HEX triplet: 35, 52 and 78. RGB value is (53,82,120). Sum of RGB (Red+Green+Blue) = 53+82+120=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #355278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355278 is #CAAD87. Grayscale: #4D4D4D. Windows color (decimal): -13282696 or 7885365. OLE color: 7885365.

HSL color Cylindrical-coordinate representation of color #355278: hue angle of 214.03º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #355278 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5382120-
CMYK0.560.3200.53
HSL214.03º38.73%33.92%-
HSV(B)214.03º55.83%47.06%-
XYZ7.888.1518.93-
YUV77.66151.89110.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 120 (47.27% from 255) = 47.06%
R=20.78%
G=32.16%
B=47.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53821200.560.3200.53214.0338.7333.92
Hex3552783820035d62722
Octal6512217070400653264742
Binary11010110100101111000111000100000011010111010110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355278; }

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

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

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

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

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

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

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

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