#365586

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

Shades of St Tropaz #365586

Tints of St Tropaz #365586

Color information

#365586 (or 0x365586) is unknown color: approx St Tropaz. HEX triplet: 36, 55 and 86. RGB value is (54,85,134). Sum of RGB (Red+Green+Blue) = 54+85+134=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #365586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365586 is #C9AA79. Grayscale: #515151. Windows color (decimal): -13216378 or 8803638. OLE color: 8803638.

HSL color Cylindrical-coordinate representation of color #365586: hue angle of 216.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #365586 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5485134-
CMYK0.600.3700.47
HSL216.75º42.55%36.86%-
HSV(B)216.75º59.7%52.55%-
XYZ9.07923.81-
YUV81.32157.73108.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 134 (52.73% from 255) = 49.08%
R=19.78%
G=31.14%
B=49.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54851340.600.3700.47216.7542.5536.86
Hex3655863C2502Fd92b25
Octal6612520674450573315345
Binary110110101010110000110111100100101010111111011001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365586; }

 p { color: rgb(54,85,134); }

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

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

 a { background-color: rgb(54,85,134); }

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

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

 span { border-color: rgb(54,85,134); }

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