#365A8B

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

Shades of St Tropaz #365A8B

Tints of St Tropaz #365A8B

Color information

#365A8B (or 0x365A8B) is unknown color: approx St Tropaz. HEX triplet: 36, 5A and 8B. RGB value is (54,90,139). Sum of RGB (Red+Green+Blue) = 54+90+139=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #365A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A8B is #C9A574. Grayscale: #545454. Windows color (decimal): -13215093 or 9132598. OLE color: 9132598.

HSL color Cylindrical-coordinate representation of color #365A8B: hue angle of 214.59º 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 #365A8B is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5490139-
CMYK0.610.3500.45
HSL214.59º44.04%37.84%-
HSV(B)214.59º61.15%54.51%-
XYZ9.849.9625.83-
YUV84.82158.57106.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 139 (54.69% from 255) = 49.12%
R=19.08%
G=31.80%
B=49.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54901390.610.3500.45214.5944.0437.84
Hex365A8B3D2302Dd72c26
Octal6613221375430553275446
Binary110110101101010001011111101100011010110111010111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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