#365A90

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

Shades of St Tropaz #365A90

Tints of St Tropaz #365A90

Color information

#365A90 (or 0x365A90) is unknown color: approx St Tropaz. HEX triplet: 36, 5A and 90. RGB value is (54,90,144). Sum of RGB (Red+Green+Blue) = 54+90+144=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #365A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A90 is #C9A56F. Grayscale: #555555. Windows color (decimal): -13215088 or 9460278. OLE color: 9460278.

HSL color Cylindrical-coordinate representation of color #365A90: hue angle of 216º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #365A90 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5490144-
CMYK0.630.3700.44
HSL216º45.45%38.82%-
HSV(B)216º62.5%56.47%-
XYZ10.2110.1127.8-
YUV85.39161.07105.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.75%
GREEN value IS 90 (35.55% from 255) = 31.25%
BLUE value IS 144 (56.64% from 255) = 50%
R=18.75%
G=31.25%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54901440.630.3700.4421645.4538.82
Hex365A903F2502Cd82d27
Octal6613222077450543305547
Binary110110101101010010000111111100101010110011011000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,90,144); }

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

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

 a { background-color: rgb(54,90,144); }

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

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

 span { border-color: rgb(54,90,144); }

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