#365689

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

Shades of St Tropaz #365689

Tints of St Tropaz #365689

Color information

#365689 (or 0x365689) is unknown color: approx St Tropaz. HEX triplet: 36, 56 and 89. RGB value is (54,86,137). Sum of RGB (Red+Green+Blue) = 54+86+137=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #365689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365689 is #C9A976. Grayscale: #525252. Windows color (decimal): -13216119 or 9000502. OLE color: 9000502.

HSL color Cylindrical-coordinate representation of color #365689: hue angle of 216.87º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #365689 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5486137-
CMYK0.610.3700.46
HSL216.87º43.46%37.45%-
HSV(B)216.87º60.58%53.73%-
XYZ9.369.2524.96-
YUV82.25158.9107.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 137 (53.91% from 255) = 49.46%
R=19.49%
G=31.05%
B=49.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54861370.610.3700.46216.8743.4637.45
Hex3656893D2502Ed92b25
Octal6612621175450563315345
Binary110110101011010001001111101100101010111011011001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365689; }

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

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

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

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

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

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

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

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