#365990

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

Shades of St Tropaz #365990

Tints of St Tropaz #365990

Color information

#365990 (or 0x365990) is unknown color: approx St Tropaz. HEX triplet: 36, 59 and 90. RGB value is (54,89,144). Sum of RGB (Red+Green+Blue) = 54+89+144=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #365990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365990 is #C9A66F. Grayscale: #545454. Windows color (decimal): -13215344 or 9460022. OLE color: 9460022.

HSL color Cylindrical-coordinate representation of color #365990: hue angle of 216.67º 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 #365990 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5489144-
CMYK0.630.3800.44
HSL216.67º45.45%38.82%-
HSV(B)216.67º62.5%56.47%-
XYZ10.139.9427.77-
YUV84.8161.4106.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 144 (56.64% from 255) = 50.17%
R=18.82%
G=31.01%
B=50.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54891440.630.3800.44216.6745.4538.82
Hex3659903F2602Cd92d27
Octal6613122077460543315547
Binary110110101100110010000111111100110010110011011001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365990; }

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

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

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

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

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

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

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

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