#365d8b

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

Shades of St Tropaz #365D8B

Tints of St Tropaz #365D8B

Color information

#365D8B (or 0x365D8B) is unknown color: approx St Tropaz. HEX triplet: 36, 5D and 8B. RGB value is (54,93,139). Sum of RGB (Red+Green+Blue) = 54+93+139=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #365D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365D8B is #C9A274. Grayscale: #565656. Windows color (decimal): -13214325 or 9133366. OLE color: 9133366.

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

Color convert

RGB5493139-
CMYK0.610.3300.45
HSL212.47º44.04%37.84%-
HSV(B)212.47º61.15%54.51%-
XYZ10.110.4825.92-
YUV86.58157.58104.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 93 (36.72% from 255) = 32.52%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=18.88%
G=32.52%
B=48.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54931390.610.3300.45212.4744.0437.84
Hex365D8B3D2102Dd42c26
Octal6613521375410553245446
Binary110110101110110001011111101100001010110111010100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365d8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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