#365A8A

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

Shades of St Tropaz #365A8A

Tints of St Tropaz #365A8A

Color information

#365A8A (or 0x365A8A) is unknown color: approx St Tropaz. HEX triplet: 36, 5A and 8A. RGB value is (54,90,138). Sum of RGB (Red+Green+Blue) = 54+90+138=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #365A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A8A is #C9A575. Grayscale: #545454. Windows color (decimal): -13215094 or 9067062. OLE color: 9067062.

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

Color convert

RGB5490138-
CMYK0.610.3500.46
HSL214.29º43.75%37.65%-
HSV(B)214.29º60.87%54.12%-
XYZ9.769.9325.45-
YUV84.71158.07106.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 90 (35.55% from 255) = 31.91%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=19.15%
G=31.91%
B=48.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54901380.610.3500.46214.2943.7537.65
Hex365A8A3D2302Ed62c26
Octal6613221275430563265446
Binary110110101101010001010111101100011010111011010110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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