#365686

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

Shades of St Tropaz #365686

Tints of St Tropaz #365686

Color information

#365686 (or 0x365686) is unknown color: approx St Tropaz. HEX triplet: 36, 56 and 86. RGB value is (54,86,134). Sum of RGB (Red+Green+Blue) = 54+86+134=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #365686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365686 is #C9A979. Grayscale: #515151. Windows color (decimal): -13216122 or 8803894. OLE color: 8803894.

HSL color Cylindrical-coordinate representation of color #365686: hue angle of 216º 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 #365686 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5486134-
CMYK0.600.3600.47
HSL216º42.55%36.86%-
HSV(B)216º59.7%52.55%-
XYZ9.159.1623.84-
YUV81.9157.4108.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.71%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 134 (52.73% from 255) = 48.91%
R=19.71%
G=31.39%
B=48.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54861340.600.3600.4721642.5536.86
Hex3656863C2402Fd82b25
Octal6612620674440573305345
Binary110110101011010000110111100100100010111111011000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365686; }

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

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

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

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

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

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

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

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