#365A8E

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

Shades of St Tropaz #365A8E

Tints of St Tropaz #365A8E

Color information

#365A8E (or 0x365A8E) is unknown color: approx St Tropaz. HEX triplet: 36, 5A and 8E. RGB value is (54,90,142). Sum of RGB (Red+Green+Blue) = 54+90+142=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #365A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A8E is #C9A571. Grayscale: #545454. Windows color (decimal): -13215090 or 9329206. OLE color: 9329206.

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

Color convert

RGB5490142-
CMYK0.620.3700.44
HSL215.45º44.9%38.43%-
HSV(B)215.45º61.97%55.69%-
XYZ10.0610.0527-
YUV85.16160.07105.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 90 (35.55% from 255) = 31.47%
BLUE value IS 142 (55.86% from 255) = 49.65%
R=18.88%
G=31.47%
B=49.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54901420.620.3700.44215.4544.938.43
Hex365A8E3E2502Cd72d26
Octal6613221676450543275546
Binary110110101101010001110111110100101010110011010111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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