#365A8D

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

Shades of St Tropaz #365A8D

Tints of St Tropaz #365A8D

Color information

#365A8D (or 0x365A8D) is unknown color: approx St Tropaz. HEX triplet: 36, 5A and 8D. RGB value is (54,90,141). Sum of RGB (Red+Green+Blue) = 54+90+141=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #365A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A8D is #C9A572. Grayscale: #545454. Windows color (decimal): -13215091 or 9263670. OLE color: 9263670.

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

Color convert

RGB5490141-
CMYK0.620.3600.45
HSL215.17º44.62%38.24%-
HSV(B)215.17º61.7%55.29%-
XYZ9.9910.0226.61-
YUV85.05159.57105.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=18.95%
G=31.58%
B=49.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54901410.620.3600.45215.1744.6238.24
Hex365A8D3E2402Dd72d26
Octal6613221576440553275546
Binary110110101101010001101111110100100010110111010111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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