#365780

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

Shades of St Tropaz #365780

Tints of St Tropaz #365780

Color information

#365780 (or 0x365780) is unknown color: approx St Tropaz. HEX triplet: 36, 57 and 80. RGB value is (54,87,128). Sum of RGB (Red+Green+Blue) = 54+87+128=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #365780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365780 is #C9A87F. Grayscale: #515151. Windows color (decimal): -13215872 or 8410934. OLE color: 8410934.

HSL color Cylindrical-coordinate representation of color #365780: hue angle of 213.24º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #365780 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5487128-
CMYK0.580.3200.50
HSL213.24º40.66%35.69%-
HSV(B)213.24º57.81%50.2%-
XYZ8.839.1621.72-
YUV81.81154.07108.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 128 (50.39% from 255) = 47.58%
R=20.07%
G=32.34%
B=47.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54871280.580.3200.50213.2440.6635.69
Hex3657803A20032d52924
Octal6612720072400623255144
Binary110110101011110000000111010100000011001011010101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365780; }

 p { color: rgb(54,87,128); }

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

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

 a { background-color: rgb(54,87,128); }

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

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

 span { border-color: rgb(54,87,128); }

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