#365B89

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

Shades of St Tropaz #365B89

Tints of St Tropaz #365B89

Color information

#365B89 (or 0x365B89) is unknown color: approx St Tropaz. HEX triplet: 36, 5B and 89. RGB value is (54,91,137). Sum of RGB (Red+Green+Blue) = 54+91+137=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #365B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365B89 is #C9A476. Grayscale: #545454. Windows color (decimal): -13214839 or 9001782. OLE color: 9001782.

HSL color Cylindrical-coordinate representation of color #365B89: hue angle of 213.25º 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 #365B89 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5491137-
CMYK0.610.3400.46
HSL213.25º43.46%37.45%-
HSV(B)213.25º60.58%53.73%-
XYZ9.7810.0725.1-
YUV85.18157.24105.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 137 (53.91% from 255) = 48.58%
R=19.15%
G=32.27%
B=48.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54911370.610.3400.46213.2543.4637.45
Hex365B893D2202Ed52b25
Octal6613321175420563255345
Binary110110101101110001001111101100010010111011010101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365B89; }

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

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

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

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

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

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

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

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