#365A8C

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

Shades of St Tropaz #365A8C

Tints of St Tropaz #365A8C

Color information

#365A8C (or 0x365A8C) is unknown color: approx St Tropaz. HEX triplet: 36, 5A and 8C. RGB value is (54,90,140). Sum of RGB (Red+Green+Blue) = 54+90+140=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #365A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A8C is #C9A573. Grayscale: #545454. Windows color (decimal): -13215092 or 9198134. OLE color: 9198134.

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

Color convert

RGB5490140-
CMYK0.610.3600.45
HSL214.88º44.33%38.04%-
HSV(B)214.88º61.43%54.9%-
XYZ9.919.9926.22-
YUV84.94159.07105.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 90 (35.55% from 255) = 31.69%
BLUE value IS 140 (55.08% from 255) = 49.30%
R=19.01%
G=31.69%
B=49.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54901400.610.3600.45214.8844.3338.04
Hex365A8C3D2402Dd72c26
Octal6613221475440553275446
Binary110110101101010001100111101100100010110111010111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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